I have a page that provides the user a place to upload a file. When they upload the file it has to be immediately processed to add data to a database (this may take a few minutes). What I want to do is forward them to a page that tells them the file is being processed and to please wait but I'm having a difficult time getting this done.
The 'file upload page' remains visible while the file is being processed even though the code to process the file is on a completely seperate page. Unless you notice the IE "flag" waving, you would think that nothing is happening in the background.
Does anyone have an example of how to do what I'm trying to do? Thanks!
The 'file upload page' remains visible while the file is being processed even though the code to process the file is on a completely seperate page. Unless you notice the IE "flag" waving, you would think that nothing is happening in the background.
Does anyone have an example of how to do what I'm trying to do? Thanks!