Hi,
I need to show a progress bar to the user who requests a file to download. I am using J2EE application to generate the file. User will submit the data from the client side to get the file. The server takes all the submitted data, generates file and sends it back to the requested user.
So I want to show a progress bar to the user till the file comes to the him.
Is there any way to do this ? I am using java, jquery and javascript in my application.