Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Or die killing my script

by markjugg (Curate)
on Apr 20, 2003 at 15:59 UTC ( [id://251835]=note: print w/replies, xml ) Need Help??


in reply to Or die killing my script

A couple comments: You may find using CGI.pm built-in "upload" routine easier to use. I do.

You may also be interested in using Data::FormValidator::Upload to solve your problem. It was designed to handle uploading files, especially images on the web. If the module is not of interest, the code might be. :) This link may break, but I hope to get the module onto CPAN once I work out a few kinks.

The module will help to validate the file size, file format, and image dimensions, as well as giving you access to these values that it discovers.

-mark

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found