Hi
I'm having trouble with a file upload script running on an NT box php 4.3.4 running as ISAPI
Smaller files are uploading fine but at about 2Mb I get a timeout error saying max_exection time exceeded.
All sounds perfectly fixable - BUT my max upload size is set to 10Mb and my max_execution time to 3000 seconds!
The files appear to be uploading fine - the blue bar in IE goes all the way to the end - and when you expect to see the repsonse page you get the error. Typically <2min. How can this be with a 3000s execution time?
Is there another setting I'm missing, or possibly something server related?
thanks