hi there,
I ahve crawled through countless previous posts on this board and exhausted every possibility. I can uplaod small files no problem, but as they get larger it all breaks down.
Locally I have tested and physically altering the php.ini fie i can get it all to work, i found that by changing memory_limit, post_max_siz and upload_max_filesize I could then uplaod files through HTTP.
However, on my webserver, i can't alter php.ini. So I went to ini_set...... only to find that it won't allow me to change some of the above.
Frustrated i carried on looking and then found the .htaccess solution. I implement it et... nothing.
I have a small file which simply calls up the value of a ini setting (ini_get()) and tells me it. If I run this file from anywhere within the directory it tells me the enw setting (i set it to 200M in the .htaccess file, just to be safe, and sure enough it returns 200M).
So if it says it is all super dooper then why does it still crash and burn the second I click submit? Je ne comprends pas!