Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 78133 invoked from network); 10 Apr 2007 14:27:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2007 14:27:05 -0000 Received: (qmail 31366 invoked by uid 500); 10 Apr 2007 14:27:05 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 31319 invoked by uid 500); 10 Apr 2007 14:27:05 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 31308 invoked by uid 99); 10 Apr 2007 14:27:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 07:27:05 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mfncooper@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 07:26:57 -0700 Received: by wr-out-0506.google.com with SMTP id 70so1294566wra for ; Tue, 10 Apr 2007 07:26:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Td3KhslSlUfw/NxYqmPV54TxZz6KazzLvXpSEJgRxZZV6QM4tHAFUklVKlKgKyXyl+PMI3awK1PVRKOmifUwqJMtjToa0YwKLJUeEqGsd6sfVRY0ccAEx/AAMq4tK4w13xrkIQoTPlRVjn7sX+2P5ViSuflrNib8u37R/5SwzDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=r3x0PNefR2Rji7hxCOcj5AJd6SVqi1PkO53QYnWWmIxn/NxLXtPfYIKkp8K2iSVXOEivErCPNsGGaeYUQdZlGZrwrjHkWiAO5fjbd4niiUiLb++rmfTTSx3jxcY/aEkjqGWvyOjiZcSbFHsapRZDTNtB/BBwTCVEoZYkLxT3PmQ= Received: by 10.78.171.13 with SMTP id t13mr1078600hue.1176215195047; Tue, 10 Apr 2007 07:26:35 -0700 (PDT) Received: by 10.78.70.12 with HTTP; Tue, 10 Apr 2007 07:26:34 -0700 (PDT) Message-ID: <16d6c6200704100726p1c11878p36b8de2b013f7b5d@mail.gmail.com> Date: Tue, 10 Apr 2007 07:26:34 -0700 From: "Martin Cooper" Sender: mfncooper@gmail.com To: "Jakarta Commons Users List" , billy.bacon@gmail.com Subject: Re: fileupload - content type header is null Cc: raghuveerv@infotechsw.com In-Reply-To: <6f111e780704100209i781826aj2a304a89da38b2e@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24409_16214875.1176215194868" References: <961126822946066532@unknownmsgid> <6f111e780704100209i781826aj2a304a89da38b2e@mail.gmail.com> X-Google-Sender-Auth: 69ea164e6c06f596 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24409_16214875.1176215194868 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/10/07, Billy Bacon wrote: > > Does the form you are submitting have an encypt attribute set? > >
action="some_servlet_name"> You mean 'enctype', not 'encrypt' (or 'encypt'). -- Martin Cooper - Original message - > Hi , I get this exception suddenly on tomc... > > On 4/10/07, Raghuveer wrote: > > Hi , > > I get this exception suddenly on tomcat and as well as in websphere. > > Is there any specific reason for this? > > > > > > > org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeException: > > the request doesn't contain a multipart/form-data or multipart/mixed > stream, > > content type header is null > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > ------=_Part_24409_16214875.1176215194868--