right, please correct me if i'm wrong..
When a form upload calls the script in the 'action' attribute on submit.
I've read that the file is actually transfered via HTTP before the script then runs.
Is this correct.
If so where is the data stored on the server before it is available through STDIN ?
I'm trying to give the surfer a progress bar for their file upload, and i'm strugling to understand how you could do this, if 1stly you can't tell the size of the file before the transfer starts and if the script isn't run until after upload, well then it's too late for a progress bar.
Can anyone shed some light on this please.
Cheers
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
When a form upload calls the script in the 'action' attribute on submit.
I've read that the file is actually transfered via HTTP before the script then runs.
Is this correct.
If so where is the data stored on the server before it is available through STDIN ?
I'm trying to give the surfer a progress bar for their file upload, and i'm strugling to understand how you could do this, if 1stly you can't tell the size of the file before the transfer starts and if the script isn't run until after upload, well then it's too late for a progress bar.
Can anyone shed some light on this please.
Cheers
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!