Is there any easy way to constructe a statusbar of a download in jsp?

Have a server/client application, when downloading data from client i would like to have a statusbar that indicates how much of the data that have been transfered. Using a BufferedInputStream where i read package of bytes.

Thanks in advance!!!