Try to change the following limits in your php.ini file:

max_input_time = 120 ; Maximum amount of time each script may spend
parsing request data

memory_limit = 10M      ; Maximum amount of memory a script may consume
(8MB)

; Maximum size of POST data that PHP will accept.
post_max_size = 10M


; Whether to allow HTTP file uploads.
file_uploads = On

; Maximum allowed size for uploaded files.
upload_max_filesize = 10M


> Pavel my form works fine with files < 1M
> 

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

Reply via email to