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!!
Comment on
Re: Re: Re: Re: CGI file upload - endless loop??
Download
Code
In Section
Seekers of Perl Wisdom