Re: JSP Progress bar
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 17:26:01 GMT
On Mon, 31 Mar 2008 00:33:34 -0700 (PDT), deepagulati@xxxxxxxxx wrote,
quoted or indirectly quoted someone who said :
I have a requirement to show progress Bar in jsp while uploading the
file.
If you use JavaScript then you bring on yourself all the headaches of
buggy, incomplete and incompatible JavaScript implementations, plus
browsers that don't support it at all.
If you use an Applet, then you need a proper Java installed and
configured. MS by default blocks Java.
It seems to me it should be possible to do a purely server side
implementation that would be impervious to the previous problems..
Imagine if the server resent the contents of some small window every
few seconds. I have never done this. It might be a PNG file, which
would compress well, just a bar of different lengths on a transparent
background.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- JSP Progress bar
- From: deepagulati
- JSP Progress bar
- Prev by Date: eclispe with portlet (2)
- Next by Date: Re: Java Software Development
- Previous by thread: Re: JSP Progress bar
- Next by thread: converting file to .exe
- Index(es):