Knowledgebase

How do I raise the upload limit of my account?

To raise the upload limit, simply add the following lines to your .htaccess file. This example assumes you wish to change the limit to 10MB

php_value upload_max_filesize 10M
php_value post_max_size 10M

If you do not have an .htaccess file in your account already, create a file using your FTP client in your public_html directory.

  • 45 Users Found This Useful
Was this answer helpful?