Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 77506 invoked from network); 18 Mar 2005 14:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Mar 2005 14:01:18 -0000 Received: (qmail 50426 invoked by uid 500); 18 Mar 2005 14:01:17 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 50191 invoked by uid 500); 18 Mar 2005 14:01:16 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 50166 invoked by uid 99); 18 Mar 2005 14:01:16 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from c10.shuttle.de (HELO saturn.ecos.de) (194.95.226.10) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Mar 2005 06:01:14 -0800 Received: from lnx1.i.ecos.de (unknown [194.95.226.11]) by saturn.ecos.de (Postfix) with ESMTP id C8ADCD892B; Fri, 18 Mar 2005 15:01:10 +0100 (MET) Received: from wingr2 (unknown [10.11.11.250]) by lnx1.i.ecos.de (Postfix) with ESMTP id 03810210734; Fri, 18 Mar 2005 15:01:11 +0100 (CET) From: "Gerald Richter" To: "'Robert Norris'" , Subject: RE: [RESEND] Empty file uploads Date: Fri, 18 Mar 2005 15:01:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcUqjvL4V3ns8LpYSLiANiZxdacChgBMigyw In-Reply-To: <20050317011610.GB20385@katsumi> Message-Id: <20050318140111.03810210734@lnx1.i.ecos.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > When it fails, I get this instead: > > > $VAR1 = { > '-file' => undef, > 'file' => bless( \*{'Fh::fh00001somefile.txt'}, 'Fh' ) > }; > > > It seems that the browser is at least doing the right thing, > because the CONTENT_LENGTH and CONTENT_TYPE environment > variables seem to be set > correctly: > While the browser seems to send the file, it does not seem to encode it correctly, otherwise we should see something in -file. The only thing I see that is differnt with the form that I use is that you don't have the action attribute in your
tag Gerald P.S. What version of CGI.pm do you have? --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org