Hi
I have a problem regarding uploading files. If i have a form on page1.html with a form containing one file-field.
When I click submit the file immediately starts uploading to the temp directory on the server. If this takes longer than 30 seconds it will not work. Since that is the standard time set in PHP... I know you can change this with a simple string of code. But!!! There is no time for that. Exactly when I click Submit the 30 seconds starts counting...
Can anyone help with this.