I've read all of the "file upload problem" threads that I can find and still haven't gotten an answer to my question. I'm trying to upload a file that's about 700k in size. I've set max_upload_size to 900M, max_memory to 200M and max_post_size to 900M (just to make sure) in /etc/php.ini but am still having a problem uploading the file. I've done some experimentation and found that I can upload files that are smaller than 512k but bigger just doesn't work. 511k works, but 512 doesn't.
When I try to upload a file > 511k, It looks like my script doesn't even get hit. I get a "Page cannot be displayed" error immediatly.
Could this be an apache issue?
If someone has any suggestions I'd be glad to listen!
Thanks,
John