Forum Moderators: coopster

Message Too Old, No Replies

Pop-up window, while file upload

Pop-up window, while file upload

         

BenySay

3:24 pm on Feb 13, 2004 (gmt 0)

10+ Year Member



Hi ...

I have a scrip to upload an audio file to the server, How I can create a pop-up window to ask the user to wait until the upload is done?

I'm using the "copy" function to upload the file.

Giacomo

7:58 pm on Feb 13, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



With JS, open popup on form submit, close it on target page load.

BenySay

8:35 pm on Feb 13, 2004 (gmt 0)

10+ Year Member



Do you have an exemple of this code?