"404" error while uploading large file (>150mb) in laravel 5.7 on godaddy server

238 Views Asked by At

I'm facing one problem during upload of large file (>150mb) through post request in laravel 5.7 on godaddy server.

Small files (<150mb) I can upload but large files i can't while i can upload large files in localhost. On server when I'm trying to upload large file during form submission the page is redirecting to the route path and displaying "404" error.

I have also updated the values of upload_max_filesize, post_max_size, memory_limit upto 2G on server but its not working for me. I have attached the screenshot of error:

 enter image description here

0

There are 0 best solutions below