S seachen Verified User Joined Feb 3, 2007 Messages 491 Feb 22, 2010 #1 how to set file size limit for user account. eg. max file size is 5Mb.
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,090 Location LT, EU Feb 23, 2010 #2 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
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