I want to upload to a php script, and I am reading conflicting info. Some say that the 'time_out' starts as soon as the script is accessed and data is start to be placed, some say that it starts when the script receives all the data.
Anybody able to confirm which one it is?
I will be uploading files via AJAX to a script, the script only has to move the file and create a MySQL row. So if the time out starts after all the data is received then I don't think there will be time out issues. But if it starts once accessed, then upload times could create issues.