Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

using uploadInfo from CGI.pm

by c (Hermit)
on Nov 30, 2001 at 05:52 UTC ( [id://128529]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       $file = $query->upload('uploaded_file');
       if (!$file && $query->cgi_error) {
          print $query->header(-status=>$query->cgi_error);
          exit 0;
       }
    
  2. or download this
    Can't use an undefined value as a HASH reference at /path/to/search-ho
    +wto.cgi line 185.
    
  3. or download this
    sub upload_image {
    
    ...
      }
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://128529]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found