Showing a progress bar when downloading a file from the server
Posted
by Purushotham
on Stack Overflow
See other posts from Stack Overflow
or by Purushotham
Published on 2010-06-10T05:59:15Z
Indexed on
2010/06/10
6:02 UTC
Read the original article
Hit count: 248
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.
© Stack Overflow or respective owner