Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Upload a file from a web form

by ColtsFoot (Chaplain)
on Jul 09, 2003 at 10:09 UTC ( [id://272638]=note: print w/replies, xml ) Need Help??


in reply to Upload a file from a web form

Without a little bit more of your code its difficult to say
are you specifying the correct enctype in the <form> tag?
<form method=post action='script.pl'enctype='multipart/form-data'>
or if you're using mod CGI (as you should be)

$page->start_mulitpart_form();

I think not doing this caused your situation to happen to me once

HTH

Replies are listed 'Best First'.
Re: Re: Upload a file from a web form
by bodmin (Acolyte) on Jul 09, 2003 at 14:48 UTC
    Yes, specified the enctype... still no success!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found