I am uploading a file in php with a simple html form. On submit the variables are passed to a upload.php where it is processed and then returned to the upload page we started at. This is all working fine.
The problem is when it is submited the user just has to wait on the upload page until the upload is finished and i am worried that they will not know it’s working and leave.
My solution: I want to onclick of the sbumit button to create a pop up window that will display a small flash file that will “entertain” the user until the upload is complete. On completion I need to have the pop-up closed by the php. Any ideas on how to do this. I’m not super familiar with JS.
Thanks for the help guys!