mercredi 26 août 2020

Laravel Increase Upload file Size Heroku

It looks like I cannot upload more than 2mb file with heroku.

I can upload 3mb file on my local but I can't upload the same file after pushing to heroku. (Using storage S3)

I updated the htaccess file and I have added

ini_set('upload_max_filesize', '64M');

to my controller but it doesn't work.

Is there a way we can change the php.ini setting on heroku?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3hC1Q72
via IFTTT

Aucun commentaire:

Enregistrer un commentaire