I had to build a web app for someone that just did basic file uploading, max of 6 or 7 mb, one at a time. That worked great. Now they are getting browser time out for larger files (10+ mb, and they want to go up to 50 mb). THey also want to be able to do more than one at a time...
my question is, can this even be done using an <input type=file> element, or is there a better way? I don't know how else to get past the browser time outs. I have increase the settings in php.ini and httpd.conf to accomodate for size...
suggestions would be VERY helpful.
thanks.
my question is, can this even be done using an <input type=file> element, or is there a better way? I don't know how else to get past the browser time outs. I have increase the settings in php.ini and httpd.conf to accomodate for size...
suggestions would be VERY helpful.
thanks.