blahblahblah has asked for the wisdom of the Perl Monks concerning the following question:
And the form looks like this:$req = new CGI; $file = $req->param("FILE1");
<form method=\"POST\" action=\"/cgi/upload.pl\" ENCTYPE=\"multipart/fo +rm-data\"> ... <input type=\"file\" name=\"FILE1\"> ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm turns apostrophes into :: in filenames?
by Juerd (Abbot) on Jan 04, 2002 at 20:27 UTC | |
|
Re: CGI.pm turns apostrophes into :: in filenames?
by blahblahblah (Priest) on Jan 04, 2002 at 22:08 UTC | |
by dmmiller2k (Chaplain) on Jan 04, 2002 at 23:53 UTC |