in reply to Re: Re: Re: CGI file upload - endless loop??
in thread CGI file upload - endless loop??

Thanks, the problem was that Perl had defaulted to disabe uploads. Adding $CGI::DISABLE_UPLOADS = 0; worked. Thanks again!!