Quote:
Originally Posted by REVHEAD
Ok I have a slight hiccup.
I get error uploading a small 2 meg file ,I made a .htaccess file as suggested ,but still got the problem ,when I re-checked the .htccass the server added some text ,this is what it changed it to
PHP Code:
# File modified on Sat Jan 19 07:35:37 2008 by server
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value upload_max_filesize 30M
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value post_max_size 30M
|
Find the php.ini on your (virtual) server and add this code to it:
Code:
upload_max_filesize 30M
post_max_size 30M
I don't know the exact location of your php.ini (maybe you even need to create it yourself) as this depends from your host. So search their FAQ for it or ask it