04-24-2008, 01:49 PM
|
#5 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by Wildhoney
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.
|
|
|
|