alexusmai / laravel-file-manager

File manager for Laravel
MIT License
1.13k stars 290 forks source link

I cannot upload files more than 2 mega byte #344

Open Osama-Mustafa-33 opened 1 year ago

Osama-Mustafa-33 commented 1 year ago

I run the package on my localhost in laravel 9 project, I cannot upload any file with size more than 2M even the upload_max_size in php.ini is set to 40M, also the key 'maxUploadFileSize' in file-manager.php in config folder is set to null value.

If I try to upload large file (more than 2M), the file is uploaded with size 0 bytes

vahidalvandi commented 1 year ago

restart apache and test again