I am currently hamstrung by the 2M limit on php file uploads. I've searched the forums and found several suggestions for mods to my .htaccess file in the directory where my app is installed, but none solve my problem. Since all those posts were a tad dated, I was hoping someone would be able to offer another suggestion. I've tried, in various combinations, the following:
php_value upload_max_filesize 10M [also tried using 10000000 in lieu of "10M"]
php_value post_max_size 110000000
php_value max_input_time 300
php_value max_execution_time 800
Any ideas?
Thanks!!