From Adrian.Sutton@Ephox.com Mon Jun 9 22:36:05 2003 Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 69651 invoked from network); 9 Jun 2003 22:36:05 -0000 Received: from unknown (HELO bigcow.intraephox.ephox.com) (202.138.204.102) by daedalus.apache.org with SMTP; 9 Jun 2003 22:36:05 -0000 Received: by bigcow.intraephox.ephox.com with Internet Mail Service (5.5.2653.19) id ; Tue, 10 Jun 2003 08:36:05 +1000 Message-ID: <8D585857D762F741A47C1E1597FEAD3003B628@bigcow.intraephox.ephox.com> From: Adrian Sutton To: 'Jakarta Commons Users List' , 'Brian Bonner' Subject: RE: [HttpClient] Http MultipartpostMethod progress Date: Tue, 10 Jun 2003 08:36:02 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It is indeed possible to do, but it's done differently to how you might expect. Essentially, HttpClient doesn't provide any feedback itself (this has been mentioned as a possible future addition though), but since you pass in the InputStream to HttpClient, you can add a wrapper around it that provides feedback. There may even be an example in the contrib directory in CVS I'm not sure. This has definitely been mentioned before over on the HttpClient dev list so searching those archives would be good. The links are available from http://jakarta.apache.org/commons/httpclient it's first thing back after a long weekend so I can't remember them off the top of my head. ;) If you need more detail let me know and I'll think about it once I'm fully awake. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -----Original Message----- From: Brian Bonner [mailto:brian.bonner@paraware.com] Sent: Friday, 6 June 2003 11:22 PM To: commons-user@jakarta.apache.org Subject: Http MultipartpostMethod progress It doesn't look like it's possible from the api, but I was wondering if anyone came up with a way of tracking the progress on an http post (file upload). --Brian --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org