<form method="post" action="file_upload.cgi" name="my_form" enctype
="multipart/form-data">

you need to send the enc_type...

I have an OLD, but still halfway decent tutorial at:
http://www.webreview.com/1998/08_14/developers/08_14_98_3.shtml

Brent



                                                                                       
                                                
                      alex                                                             
                                                
                      <[EMAIL PROTECTED]>            To:       [EMAIL PROTECTED]        
                                                
                                               cc:       (bcc: Brent 
Michalski/STL/MASTERCARD)                                         
                      08/21/02 09:22 AM        Subject:  http-file-upload              
                                                
                      Please respond to                                                
                                                
                      alex                                                             
                                                
                                                                                       
                                                
                                                                                       
                                                




Hi,

  we all know already, what it looks like, when we have a form like
  this:

  <form method=get action=/cgi-bin/blabla.cgi>
        <input type="hidden" name="AREA" value="1">
        <input type="hidden" name="EXT" value="bla">
        <input type="submit" name="submit">
  </form>

  will be this as a link:
  http://bla.net/cgi-bin/blabla.cgi?AREA=1&EXT=bla


  ok.... but, what does it look link, when we are uploading a FILE?


  my goal is it to log in my web based email account and automatically
  replace my addressbook. I wrote the filter for my addressbook,
  converting the "the-BAT" addressbook to "outlook" style... I just
  need to upload it yet.

  I was thinking of using the "IO::Socket::INET" module - is that
  possible? if so, how?

  thanks in advance.


--
cheers
 alex                          mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to