in reply to Re: •Re: Uploading files: can't find contents?
in thread Uploading files: can't find contents?
gives:#!/usr/bin/perl -w use CGI; print "CGI::DISABLE_UPLOADS: $CGI::DISABLE_UPLOADS\n";
Update:
the other name variable gives CGI::POST_MAX: -1, perhaps my version of CGI can't disable upload?
Update2:
added plural to above, thx jasonk .. this results in CGI::DISABLE_UPLOADS: 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: •Re: Uploading files: can't find contents?
by jasonk (Parson) on Apr 04, 2003 at 15:24 UTC |