View Single Post
Old 04-24-2008, 01:49 PM   #5 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
There are 2 INI variables that relate to the size of the uploads. Namely:

php Code:
ini_set('upload_max_filesize', '200M');
ini_set('post_max_size', '200M');
Didn't know PHP had that.
__________________

Village Idiot is offline  
Reply With Quote