Eric,
I have been working with perl for sometime now,
What you will need is a form with a <input type='file' name='blah'> in it and this submitting to a cgi where you need to get the value of the input field and run this command:
while ($size = read($upload_file,$buffer,1024)) {
print FILE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.