http://www.icyphoenix.com/viewtopic.php?f=35&t=8491&p=55616#p55616
-----------------------------------
Hans
Sat 21 Apr, 2012 09:22

Re: Downloads
-----------------------------------
[quote user="Tshort" post="55613"]Ok i got it,seems with my host you can not upload anything bigger then a 2mb file..time to find another host.

Thank you for your time.[/quote]

Is that a TOS thing? If not I could help you edit a "php.ini" file. You may even be able to slip that setting into an ".haccess" file.. (wink wink)

That is the default setting though for any host though, the ability to change it is what makes a good one. Almost all free hosts will limit you, unless you deal with someone personally. My computer is on all the time so I just host myown,


For ".htaccess" use this;
[code linenumbers=false]php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200[/code]


