| upload timeout
I'm still testing out my photopost installation. I can upload images and small videos without a problem, but when I try to post a 8 MB video, the little spinning gray upload graphic does its thing for a few minutes, then I get a "The connection to the server was reset while the page was loading" page.
I placed
ini_set("max_execution_time", 0);
ini_set("memory_limit", "40M");
at the top of pp-inc.php like Chuck suggested in other timeout-related threads, but it does nothing. Any other ideas?
|