I have spent the last few days trying to optimize my site for the uploading of large video files. I have changed all the php.ini settings way over the time that it would take to upload the videos but nothing seems to work. It gets to about 30% and then strangely resets to 0% and then restarts and gets to 100% but then a browser error of the connection had been reset page appears.
What I don't understand is the fact that it does technically upload but then for some reason it doesn't. I am using IIS 7.5 and so far I am not very impressed with how difficult it has been to get this to work.
I have also changed the HTTP timeout to something like 30000 seconds and that helped but still hasn't solved the issue of the weird problem at the end of the upload. If anyone can provide any information on something I have missed or either any suggestions that I can undergo to try and get it fixed I would be very grateful.
I have also tried all the different server APIs from Fastcgi, CGI and ISAPI but nothing seems to help.