Hi there, I am trying to configure php inside the httpd.conf to allow file uploads inside a special directory with more than 2 MB.
Somehow the syntax is wrong, since I do get the errormsg that there are 2 arguments required. Here is the code: # special settings for webmailer <Directory "/home/email"> php_flag upload_max_filesize = 50M </Directory> Does anybody has an idea? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php