On Mar 19, 7:20 am, Justin Ezequiel
wrote:
> On Mar 19, 8:50 am, Thomas Robitaille
> wrote:
>
> > I am trying to upload a binary file (a tar.gz file to be exact) to a
> > web server using POST, from within a python script.
>
> > What I would like is essentially the equivalent of
>
> > > enctyp
On Mar 19, 8:50 am, Thomas Robitaille
wrote:
> I am trying to upload a binary file (a tar.gz file to be exact) to a
> web server using POST, from within a python script.
>
> What I would like is essentially the equivalent of
>
> enctype="multipart/form-data">
>
>
have you seen http://code.ac