I had some problems with file uploads recently. For resolving I had to be
more permissive for IE. Seems like IE gives somehow different filehandle
to server.

Second thing to check is that on Windows platform backslash in filenames
brokes filehandle processing. 

I got file uploads to work with CGI.pm if I checked only file upload field
definedness and the correctness of file checked in other ways.

Don't know if it is the best solution. 


Neeme Vool

Tel: +372 7 302 113
Fax: +372 7 302 111
E-mail: [EMAIL PROTECTED]

On Thu, 16 Nov 2000, Gerald Richter wrote:

> > >
> > > I have a problem and I cannot find it in the mailing lists.
> > >
> 
> Please post questions to the mailing list directly. I have forwarded your
> question to the list, because I haven't used file uploads for some time
> myself.
> 
> > > I try do do a file upload using you example on the embperl website.
> > >
> > > It works fine in Netscape (even better than the CGI solution) but in
> > exploder it refuses to work properly.
> > > I get the file name and a file is created in my file directory.
> > > The file size is however always 0.
> > >
> > > I have tried some things but I really cannot discover how to solve this
> > problem.
> > >
> 
> Which Perl/mod_perl/Embperl and which CGI.pm version you are using?
> 
> Gerald
> 
> -------------------------------------------------------------
> Gerald Richter    ecos electronic communication services gmbh
> Internetconnect * Webserver/-design/-datenbanken * Consulting
> 
> Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
> E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
> WWW:        http://www.ecos.de      Fax:      +49 6133 925152
> -------------------------------------------------------------
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to