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 64524 invoked from network); 24 Apr 2003 15:25:31 -0000 Received: from unknown (HELO linux.local) (67.9.44.163) by daedalus.apache.org with SMTP; 24 Apr 2003 15:25:31 -0000 Received: from ericemminger.com (localhost [127.0.0.1]) by linux.local (Postfix) with ESMTP id 62FE61FDA1 for ; Thu, 24 Apr 2003 11:33:18 -0400 (EDT) Message-ID: <3EA803BE.1080604@ericemminger.com> Date: Thu, 24 Apr 2003 11:33:18 -0400 From: Eric Emminger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [httpclient] How can i make a Multipart file upload Chunked References: <3EA7B85C.60907@multicert.com> In-Reply-To: <3EA7B85C.60907@multicert.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Joao Cerdeira wrote: > Hi, > > I need to do a file upload Chunked > because the server, who is a IIS, don't acept large files in one transfer Would commons FileUpload help? Eric