Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Need help with CGI::Upload

by ido50 (Scribe)
on Jul 29, 2003 at 13:08 UTC ( [id://278811]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <form method="POST" enctype="multipart/form-data" action="url_to_scrip
    +t.pl?upload"><input type="hidden" name="directory" value="$cur"><br>
      <input type="file" name="upload" size="20"><br><input type="submit" 
    +value="send"><input type="reset" value="reset">
    </form><br><br>
    
  2. or download this
    sub upload {
        read (STDIN, $in, $ENV{'CONTENT_LENGTH'});
    ...
      }
      filemgr($parse{directory}); # Print directory tree
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-03-28 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found