Quote:
Originally Posted by dragonhart
Everything works fine otherwise with the mod, and Thanks so much for it its great, just cant get that darn file size to increase.
|
Here are some settings I alter to get the filesizes I want
max_execution_time = //seconds this will make your sctipt timeout. Imagine that you can have people with slow connections uploading. Even many DSL connections have pretty low upload
max_input_time = //seconds
memory_limit = //normally 32M +++
; Maximum size of POST data that PHP will accept.
post_max_size = //normally 2M
; Maximum allowed size for uploaded files.
upload_max_filesize = //normally 2M