large file upload application problem
Posted: Mon Feb 05, 2007 1:17 pm
Hi All,
Recently I'm evolved in the development of a web application which allows the clients to upload large file (mostly 10-50mb in size). I wrote a cgi script for the upload and a php script for monitoring the upload progress. It works fine for any files that are smaller than 8mb and the upload progress less than 30 seconds. Other than those, it won't work. I contact the hosting provider it turns out that they set the file upload size limit and the file upload time limit. I talk hard but they won't change it.
Under this limit, what should I do ? Any other alternatives? Thank you very much for your help.
-- Jim
Recently I'm evolved in the development of a web application which allows the clients to upload large file (mostly 10-50mb in size). I wrote a cgi script for the upload and a php script for monitoring the upload progress. It works fine for any files that are smaller than 8mb and the upload progress less than 30 seconds. Other than those, it won't work. I contact the hosting provider it turns out that they set the file upload size limit and the file upload time limit. I talk hard but they won't change it.
Under this limit, what should I do ? Any other alternatives? Thank you very much for your help.
-- Jim