Jay, The only solution that I can think of is to get hold of HttpClient source code and extend it with a feedback mechanism of your liking. We, HttpClient developers, may consider adding events in 2.1 or 3.0 release as a standard feature. For the time being, a HttpClient fork appears your only option.
Cheers Oleg -----Original Message----- From: Jay Buffington [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 09:46 To: [EMAIL PROTECTED] Subject: File Upload Progress Meter Hi. I'm using the MultipartPostMethod to upload images to a server. I want to add a progress meter that shows what percentage has been uploaded along with some other statistics (time remaining, speed, etc). I spent some time looking around and it looks like the code that I need to add to (the for loop that writes the actual bytes) is embedded deep in the HTTPClient package. Is there any easy way that I can do this? Thanks, Jay Buffington --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
