Changing PHP upload limit

For GoDaddy web hosts, follow the following:
http://drupal.org/node/305111
http://help.godaddy.com/topic/418/article/1475

Other than the total available disk space in your Shared hosting account, we do not set any FTP upload limit. However, by default, PHP limits uploaded files to 8 MB. To change the value of your uploadable file size limit, edit the following values in your /php.ini or /php5.ini file:
memory_limit = 50M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 192M

The above settings change your PHP upload limit, allowing you to upload files up to 8MB in size.

You have viewed this page 1 times