Link to home
Start Free TrialLog in
Avatar of vpenta
vpenta

asked on

Show pop up message while document upload in process

I am using JspSmartUpload Component, for file upload.
if i upload some large file it is taking while to upload, so mean while i want to show a pop up message saying that Uploading is under progress and a dotted ...........or a square boxes, i know with a javascript it is possible but how to show that pop up if it is taking more time and for some files it will be fraction of a second, so the pop up message should close after upload is down complete.
As soon as upload is complete ishould close this pop up, the pop up should stay until upload completes, i have a javascript which does only 5 or 6 seconds .....wait than closes the pop up message.
Any help greatly appreciated.

thannx

Avatar of kennethxu
kennethxu

when use click upload button, fire a javascript to change your page content to show waiting message, then submit the form.
Avatar of vpenta

ASKER

Do you have any sample code for it, didn't get you properly.

thanx.
ASKER CERTIFIED SOLUTION
Avatar of kennethxu
kennethxu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vpenta

ASKER

Cool, Your GR8 !!!!!
worked.
thanx.
Avatar of vpenta

ASKER

kennethxu, will it works in Netscape ?

thanx
it don't think it works for netscape, the link i provided have the detail of how to make this work with netscape.