Workaround For Php Upload Limit?

liunx

Guest
Is there a workaround for the 2mb php upload limit? something I can put in an .htaccess file?<!--content-->
This will increase it to 10MB. If you would like something less just change the 10M to what ever MB limit you want.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_value upload_max_filesize 10M<!--c2--></div><!--ec2--><!--content-->
 
Top