Link to home
Start Free TrialLog in
Avatar of Rocking
Rocking

asked on

show progress bar for file upload

Hi,

I have to show progress bar while the file is uploading? the progress bar should show the information 1%,2%.8%.87%.100%

we can call a ajax method which will upload the file in the database? but how to identify the progress %
Avatar of krakatoa
krakatoa
Flag of United Kingdom of Great Britain and Northern Ireland image

For Java swing : JProgressBar.getPercentComplete()
What are  you using to parse the request?
Avatar of Rocking
Rocking

ASKER

simple servlet which will insert the file in database through ajax
ASKER CERTIFIED SOLUTION
Avatar of rrz
rrz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial