PHP Upload Size

RTKS

Verified User
Joined
Nov 25, 2003
Messages
48
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.
 
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
 
Back
Top