PDA

View Full Version : PHP Upload Size


RTKS
02-10-2004, 01:46 PM
I need to allow one of my users to upload up to a 35MB file using their PHPBB forums. What do I need to change where to allow the uploads? Currently it seems the upload times out after about 30 seconds. Are there timeouts to be changed too?

I set the maximum upload size in the 'set admin settings' panel to 36700160 which should be 35mb, but it seems I need to change some PHP settings?

Thanks in advance for the help.

ProWebUK
02-10-2004, 06:36 PM
php will automatically timeout a connection in the time it takes to upload around 2mb (default) you need to chnage the timeouts in php.ini (and restart apache once your done)

Chris