Steven Altsman wrote:
Yes, the link is http://www.radinks.com/upload/config.php
file_uploads = On
upload_max_filesize = 40M
max_input_time = 9000 (seconds)
memory_limit (not limited, per handload config, from source)
max_execution_time = 9000 (seconds)
post_max_size = 40M
also, hidden INPUT tag MAX_FILE_SIZE with value="40000", which I'm guessing
needs it in kilobytes.
It's in bytes.
Check apache's config, namely LimitRequestBody directive.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php