|
Posted by Marek Kilimajer on 03/18/05 12:26
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.
[Back to original message]
|