Ummm..if u refresh any browser in mozilla it will display a page load symbol(dots are rotating like circle)...
screen shot attached.
I need that loading symbol beside my browse option...when i click upload button..
I don't think this can be done with jsp's alone. What you can do is include some sort of javascript that shows the progress. It is also possible to use servlets to get the size of the file and compare the size of the file minus the sent data and show the percentage (%) of the file that has been sent.