OK so I currently know that i have a restriction of 2M from looking at the debug mode and i would like to make it more than that!
I currently have this in my .htaccess file for where upload.php is stored! What do i need to put and where?
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.crispinleavers.hostandfly.com
AuthUserFile /home/crispins/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/crispins/public_html/_vti_pvt/service.grp
You need to ask your host. Some configurations allow php settings to be changed via .htaccess and some don't.
I am not able to speak to my host at present because it is datacities and they appear to have disappeared off the map.
Can you provide me with either a recommendation for a cheap resller host
Or give me a rough place to put the code.
If i try to put php_value upload_maxfile 5M or something along those lines it always returns an error
Webhosting: see Web Hosting for Coppermine photo Album? (http://forum.coppermine-gallery.net/index.php?topic=19645.0)