HttpClient file uploading--using a progress bar
807569Jul 26 2006 — edited Jul 26 2006Hi,
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!