It's fixed now..
If using Apache on RedHat here is everything to fix at once:
FIRST AND FOREMOST DECIDE THE MAX SIZE YOU WANT IN MB, ADD A COUPLE MORE
TO IT, AND THEN CONVERT TO BYTES (MB * 1024 * 1024)
1. httpd/conf.d/php.conf
LimitRequestBody ?????????????? #byte size you calculated
2. /etc/php.ini
max_file_size = ???M #Max size in MB
post_max_size = ???M #Max size in MB
/etc/init.d/httpd restart
Then upload!
HTH!!
Robert
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php