Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 39830 invoked from network); 28 Nov 2005 16:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Nov 2005 16:04:22 -0000 Received: (qmail 95339 invoked by uid 500); 28 Nov 2005 14:12:15 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 95292 invoked by uid 500); 28 Nov 2005 14:12:14 -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 95281 invoked by uid 99); 28 Nov 2005 14:12:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 06:12:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.202.165.74] (HELO smtpout03-04.mesa1.secureserver.net) (64.202.165.74) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 28 Nov 2005 06:13:44 -0800 Received: (qmail 3588 invoked from network); 28 Nov 2005 14:11:52 -0000 Received: from unknown (83.70.177.105) by smtpout03-04.mesa1.secureserver.net (64.202.165.74) with ESMTP; 28 Nov 2005 14:11:49 -0000 Message-ID: <438B1001.2050901@mobilegolfers.net> Date: Mon, 28 Nov 2005 14:11:13 +0000 From: Martin Grogan Organization: Keizen Software User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [FileUpload] Problem with IE References: <201E6F5AC48C274996A5AD8304FAEF860DC1CA@p001ex03.porta.local> In-Reply-To: <201E6F5AC48C274996A5AD8304FAEF860DC1CA@p001ex03.porta.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Found the problem after a bit of searching. Wasn't actually a problem with FileUpload, rather Firefox registers a mime type as image/jpeg and IE seems to register it as image/pjpeg This was enough to throw off my code. Thanks, Martin Knezevic, Mihael wrote: >there was a thread some weeks/months ago which pointed out some differences between ie and firefox. > >http://www.mail-archive.com/commons-user@jakarta.apache.org/msg11637.html > >it could be the same problem but without any more specific data from you it could be anything. > > > >>-----Original Message----- >>From: Martin Grogan [mailto:mgrogan@keizensoftware.com] >>Sent: Monday, November 28, 2005 11:05 AM >>To: Jakarta Commons Users List >>Subject: [FileUpload] Problem with IE >> >>Hi all, >>I've been successfully using the commons FileUpload package >>on Firefox >>but when testing the same code and uploading a file from Internet >>Explorer (IE 7.0.5) it seems to be causing some problems. I >>just get a >>blank page. I am printing any exceptions to the screen if/when they >>happen, but they don't appear. It seems the code that processes the >>fileupload may not even be running correctly under IE. >>I'm not sure if I can give any more information, I would have >>assumed IE >>and Firefox would behave identical for something like this? >>Does anyone have any similar experience? >>Thanks, >>Martin >> >> >>--------------------------------------------------------------------- >>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 > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org