PDA

View Full Version : Uploading Large files


mdreamer
02-07-2010, 09:25 PM
Hi,

I am running 3.8.2
What's the correct values for those variables in order to upload large files (10-20MB)
I have access to all the settings and i can do it myself.

PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time

MySQL Settings:
max_allowed_packet
max_packet_size
wait_timeout

MrPHD
02-07-2010, 09:43 PM
This one upload_max_filesize

mdreamer
02-07-2010, 09:53 PM
upload_max_filesize is not the only one
the others needs to be changed as well..

MrPHD
02-07-2010, 09:55 PM
As do i know change only upload_max_filesize work. on my forum i have 50Mb only change that.

mdreamer
02-08-2010, 12:54 AM
before i could upload large files i needed to change
the max_execution_time to 300 and post_max_size to 20M and upload_max_filesize to 20M
by me understanding i might need to change the other variables too..

ChopSuey
02-08-2010, 02:23 AM
max filesize should be the only one you should change lol.