[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads? From: boaz <email protected>
Date: 09/12/01

ID: 13245
User updated by: boaz <email protected>
Reported By: boaz <email protected>
Status: Open
Bug Type: HTTP related
Operating System: linux
PHP Version: 4.0.6
New Comment:

Jani,

No go. Still same message:
[12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

Previous Comments:
------------------------------------------------------------------------

[2001-09-12 06:42:01] boaz <email protected>

Jani,

No go. Still same message:
[12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

------------------------------------------------------------------------

[2001-09-11 12:29:06] sniper <email protected>

Try these settings instead:

post_max_size = 16M
upload_max_filesize = 16M
memory_limit = 16M

(memory_limit only affects this if you have configured
php with --enable-memory-limit)

--Jani

------------------------------------------------------------------------

[2001-09-11 04:55:13] boaz <email protected>

When trying to upload files larger than 8Mb I get:
POST Content-Length of 9470478 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

On PHP.INI i've set:
upload_max_filesize = 28388608
and just in case:
memory_limit = 33554432

on the script side MAX_FILE_SIZE is set to 24117248

my poop or a bug?

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=13245&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>