set file size limit

Where would you like to set the limit? If PHP, then add the following to his httpd configuration file:
Code:
php_value max_upload_size 5M
 
Back
Top