Hi guys, I got trouble when create an uploading file function based on the official doc (https://docs.phalcon.io/en/latest/reference/request.html#uploading-files) It seems the script below doesn't work properly,
$file->moveTo('files/' . $file->getName());
So, could you help me to fix that by providing the correct code or example ?
Thanks