I set display_errors, startup_errors, track_errors On in php.ini, restarted Apache and reran an upload session.
The only error message displayed upon attempt to upload a large file is "This document contains no data"
The specified log file is empty.
I am using Apache 2.0, but could not find LimitRequestBody in httpd.conf
I am not desperate, because the other server is working with large files. But I am really curious on why this
server has this limitation.
M. Sokolewicz wrote:


Sebastian Mendel wrote:

Llc Mailit wrote:

My problem: To upload large files.
Although /etc/php.ini on my Linux server specifies
upload_max_filesize = 8M
post_max_size = 8M
only files smaller than 512 kB are uploaded, while larger files fail with message
"This document contains no data"



quota? free space? try setting display_errors and startup_errors on try track_errors with on

also, when using apache 1.3.2 or later, see the LimitRequestBody directive.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to