Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Getting a filehandle for uploaded file

by ikegami (Patriarch)
on Oct 20, 2009 at 14:48 UTC ( [id://802245]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Getting a filehandle for uploaded file
in thread Getting a filehandle for uploaded file

One would think the user didn't upload a file or an error occured (too big?). You can use

defined($file_from_upload) && defined(fileno($file_from_upload))
to determine if the param was supplied and that it was supplied as a file upload.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found