You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
When I use old way to upload file using Zend\File\Transfer\Adapter\Http like this :
$adapter = new Transfer\Adapter\Http();
$adapter->setDestination('./public/images/avatar');
foreach ($adapter->getFileInfo() as $info) {
if ($adapter->receive($info['name'])) {
//save to db or other tasks
}
}
I got error : "File was not found", I find the error message in Zend\Validator\File\UploadFile
When I use old way to upload file using Zend\File\Transfer\Adapter\Http like this :
I got error : "File was not found", I find the error message in Zend\Validator\File\UploadFile