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

Re: Problems with 'image upload'

by cianoz (Friar)
on Nov 07, 2000 at 19:34 UTC ( [id://40346]=note: print w/replies, xml ) Need Help??


in reply to Problems with 'image upload'

remember to put <FORM METHOD="POST"  ENCTYPE="multipart/form-data"> on the form where you place the file upload field

Replies are listed 'Best First'.
RE: Re: Problems with 'image upload'
by JP Sama (Hermit) on Nov 08, 2000 at 17:41 UTC
    geez! Thank you! After "years" trying... I finally made it...!
    thanks to your hint..
    Explaining:

    My f@#$@% FORM was:
    <FORM METHOD="POST" ENCTYPE="multipart/formdata">

    note the formdata part!

    Well... Thank you cianoz!!
    And thank to you all!
    #!/jpsama/bin/perl -w
    $tks = `mount`;
    $jpsama = $! if $!;
    print $jpsama;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://40346]
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: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found