Author |
Message |
Topic: Maximum upload size |
yahiouh
Replies: 3
Views: 30193
|
|
Hi 'Support',
Thanks for your help, I have also spotted the max_input_time parameter and it was already correctly sized for my network connections.
Regards,
Y. |
Topic: Maximum upload size |
yahiouh
Replies: 3
Views: 30193
|
|
Hi all,
I found it, the limitation comes from limitation in memory and post verb.
memory_limit = 100M
post_max_size = 100M
These works fine.
Regards,
Y. |
Topic: Maximum upload size |
yahiouh
Replies: 3
Views: 30193
|
|
Hi all of you,
I am using php with FastCGI, I got the following error message while uploading some file:
PHP Warning: POST Content-Length of 82280978 bytes exceeds the limit of 8388608 bytes ... |
|