Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HttpClient file uploading--using a progress bar

807569Jul 26 2006 — edited Jul 26 2006
Hi,

I'm using Jakarta Commons HttpClient to upload a file by using POST
with multipart/form data. How can I figure out the progress of this upload? So that maybe I can have a progress bar or display some sort of status.

When doing the application in flash, I was able to get the progress of an upload using Flash's FileReference object. Is there any way to do a similar thing in Java?

I wans't sure what forum to post this in? Are there Jakarta specific forums?

any insights, advice, or approches?

thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2006
Added on Jul 26 2006
2 comments
469 views