T
T
themailvnk2017-11-10 12:10:35
Phalcon
themailvnk, 2017-11-10 12:10:35

Why is the avatar not loading on the site?

$img_name = sha1(mt_rand()) . '.jpg';
$fulldir = $this->config->application->imagesDir . $img_name;
foreach ($this->request->getUploadedFiles('img') as $file) {
$file->moveTo($fulldir );
}

Does not load, or rather does not move the temporary folder

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Mashletov, 2017-11-10
@mashletov

No rights / invalid $fulldir.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question