Re: File upload/download to https server

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Cc: <StuartV@...>
Date: Wednesday, January 30, 2008 - 2:45 pm

On 30/01/2008, Stuart VanZee wrote:

You should be able to do this with the stock Python port and this:
http://odin.himinbi.org/MultipartPostHandler.py

Stock urllib2 can handle all the HTTPS work, cookielib any cookie needs, and
MultipartPostHandler will take care of building out the proper multipart
form with file data.

-Paul

--
// Paul M. Hirsch //
// paul at voltagenoir.org //
// PGPkeyID 0x92205DEF //

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
File upload/download to https server , Stuart VanZee, (Wed Jan 30, 11:58 am)
Re: File upload/download to https server, Nick Bender, (Wed Jan 30, 1:33 pm)
Re: File upload/download to https server, Frédéric Plé, (Wed Jan 30, 1:03 pm)
Re: File upload/download to https server, Paul M. Hirsch, (Wed Jan 30, 2:45 pm)