JSP Progress bar

D

deepagulati

Hi,

I have a requirement to show progress Bar in jsp while uploading the
file.

I am using . <netui:fileUpload dataSource="actionForm.fileUpload"/> to
upload the file.

Is there anyway to achieve this.

Please suggest.

Thanks,
Deepa
 
R

Roedy Green

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top