mardi 31 mai 2016

Big file upload error - Laravel 5.1

I have an error while uploading file bigger than upload_max_filesize in php.ini I ahve an error FileNotFoundException in MimeTypeGuesser.php line 123: The file "" does not exist

enter image description here

I am trying to resolve this by using this

`ini_set('memory_limit', '128M');
 ini_set('upload_max_filesize', '500M');
 ini_set('post_max_size', '800M');`

But could't solve my problem.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire