Hi,
I was hoping for some help with htaccess. Basically I have written a little script for my church to enable the sound guy to upload a recording of the service in mp3 format. These tend to come out around 10mb. The church is hosted on hostgator where the max upload is set to 2mb. I have read abit about a method involving htaccess to override this. I have grabbed some code from various places and ended up with an htaccess file like this....
php_value max_execution_time 20000
php_value upload_max_filesize 15M
php_value memory_limit 16M
php_value post_max_size 15M
No errors show up just I can see that the file never makes it onto the server. Any ideas really appreciated! 🙂
Thanks
Nick