Posted by juglesh on 01/18/06 20:02
Adam Plocher wrote:
> You might be able to do ini_set("upload_max_filesize","50M");
you may also be able to use a .htaccess file, the contents of which may
look like this:
# php_value name value
php_value post_max_size 50M
php_value upload_max_filesize 50M
php_value max_execution_time 16666
--
j
[Back to original message]
|