I'm trying to figure out why a file upload script that works on one server won't work on another. The problem seems to be that the upload is timing out. I want to know if, given a slow connection with a large file being uploaded, if the php ini setting max_execution_time will cut off the upload, if the file has not uploaded within the max_execution_time setting.
Thanks
b