All Questions
Tagged with http-status-code-413 upload
6 questions
2
votes
1
answer
512
views
413 Error on PHP Video Upload on Windows Server with IIS
The video upload works fine with a 23 MB file, for example, but when I try a 38 MB file (or anything larger than that), after about 10 or 15 seconds, it fails with a 413 error.
I've modified my php....
2
votes
0
answers
4k
views
413 Request Entity Too Large in docker
i'm running a laravel project in docker, i'm uploading file on amazon s3 but when i upload file bigger than 5mb i get this error
1
i've already edited the nginx.conf file with
...
2
votes
0
answers
712
views
error 413 request entity too large godaddy server while uploading large image
I have added this one in php5.ini file but this does not solved my problem-
post_max_size = 750M upload_max_filesize = 750M max_execution_time =
5000 max_input_time = 5000 memory_limit = ...
1
vote
1
answer
3k
views
413 Request Entity Too Large, using CodeIgniter: phpinfo() indicates proper max size
When using the upload functionality in CodeIgniter, if I try to upload a pdf file that is larger than 20M, I either get a "404 file not found" or a 413 Request Entity Too Large. I can see that it is "...
1
vote
0
answers
2k
views
load resource: the server responded with a status of 413 (Request Entity Too Large)
I have a serious problem. When i upload an image file from form via php post method after 15 seconds i have the following response load resource: the server responded with a status of 413 (Request ...
2
votes
1
answer
3k
views
413 Request Entity Too Large on DigitalOcean
I have changed client_max_body_size to 100M on etc/nginx/nginx.conf, I have changed upload_max_filesize to 100M on etc/php5/fpm/php.ini and post_max_size to 100M on etc/php5/fpm/php.ini and I still ...