Re: File Upload Progress Meter

2003-06-10 Thread Michael Becke
Yes, this is how I have used it in the past. I wrapped the InputStream to be returned from PartSource.createInputStream() in a class that counted the number of bytes read and periodically fired an event. Mike On Tuesday, June 10, 2003, at 04:13 AM, Ortwin Glück wrote: I think it's easier to c

Re: File Upload Progress Meter

2003-06-10 Thread Ortwin Glück
I think it's easier to create a custom FilePartSource implementation which creates the events or can be polled by your application. Odi Kalnichevski, Oleg wrote: 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 l

RE: File Upload Progress Meter

2003-06-10 Thread Kalnichevski, Oleg
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 o