in reply to CGI.pm file uploading

Check your HTML for something like my example above. I believe the POST method means you can read from STDIN. My guess is you are trying to use GET instead.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^2: CGI.pm file uploading
by knirirr (Scribe) on Feb 02, 2005 at 20:23 UTC
    This is all I see in the output that looks similar:
    <form method="post" action="/cgi-bin/msatfinder/msatfinder.cgi" enctyp +e="multipart/form-data">
    Thanks.

      When all else fails, look in the log file.

      Alex / talexb / Toronto

      "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds