Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Uploading files: can't find contents?

by ezekiel (Pilgrim)
on Apr 04, 2003 at 00:39 UTC ( [id://247937]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      <p>
        Upload the file: <input type="file" name="upload_file">
      </p>
    
  2. or download this
    my $filename = $this->cgi()->param('upload_file');
    my $xml = _upload_file($filename);
    ...
        return $file_contents;
        
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found