Re: [users@httpd] upload limitation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Can somebody give me a clue why this is happen. Here is my apache log file :

[client 202.127.109.90] PHP Warning:  POST Content-Length of 15115468
bytes exceeds the limit of 8388608 bytes in Unknown on line 0,
referer: http://file.carsurin.biz/upload-files.php

Does anyone knows how to increase the limit number ?? I'm really desperate :(

this is really a PHP question and not an Apache question but...
you could try changing upload_max_filesize in php.ini but you may also need to change memory_limit to match that value (it's not point allowing an upload size of 12M if the script can only use 8M memory). to be honest, if you're dealing with regular file uploads of this sort of size, you should probably look for another solution rather than POST-ing via PHP.

andy

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux