On Fri, Sep 15, 2000 at 04:10:29PM +0200, Gerald Richter wrote:
> > $udat{ImageName} = $fdat{ImageName};
> 
> I guess this is from a file upload. CGI.pm uses some magic with globs. Try
> 
> $udat{ImageName} = scalar($fdat{ImageName}) ;

oh, thanks... sometimes I'm really too dumb to see the obvious...

Andre


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

Reply via email to