Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Increase Max Upload Limit
#2
Aaron K Wrote:increase the Max Upload limit
Hi,

This is not having to do with GetSimple, it's directly related to PHP configuration so your Hosting provider!
But there are methods (here 2) to go over that (but you have to know that not all hosting providers allow customers to increase the file upload limit. Take that into consideration when purchasing your customer’s web hosting.) :

For example, to increase the limit on uploaded files to 10 MB:

1/ Add the below to the relevant php.ini file (recommended, if you have access). Note that for some hosts this is a system-wide setting. However, for hosts running PHP as a CGI script with suexec (for example) you may be able to put these directives in a php.ini file in your GetSimple root directory.
Code:
file_uploads = On
          upload_max_filesize = 10M
          post_max_size = 20M

or

2/ Add the below to your .htaccess file in your GetSimple root directory.
Code:
php_value upload_max_filesize 10M
         php_value post_max_size 20M

I hope this will help....
But think about those settings in the future when you choose your hosting provider...it's like buying a pc it has to correspond to a specific use.

Bye.
Sharing is human real nature...
Reply


Messages In This Thread
Increase Max Upload Limit - by Aaron K - 2010-02-13, 00:52:05
RE: Increase Max Upload Limit - by schipperdesign - 2012-11-29, 10:45:37
RE: Increase Max Upload Limit - by shawn_a - 2012-11-29, 10:48:55
Increase Max Upload Limit - by superyms - 2010-02-13, 03:40:44
Increase Max Upload Limit - by Aaron K - 2010-02-13, 05:00:58



Users browsing this thread: 1 Guest(s)