Re: How to upload a file

2011-04-28 Thread Gabriel Genellina
En Wed, 27 Apr 2011 11:14:54 -0300, Torsten Bronger escribió: Hallöchen! I'm skimming through the various recipies for uploading a file via HTTP. Unfortunately, all of them are awkward but also rather old. (See for example http://stackoverflow.com/questions/68477/send-file-using-post-from-a

How to upload a file

2011-04-27 Thread Torsten Bronger
Hallöchen! I'm skimming through the various recipies for uploading a file via HTTP. Unfortunately, all of them are awkward but also rather old. (See for example http://stackoverflow.com/questions/68477/send-file-using-post-from-a-python-script) In my module, I do my HTTP request like this: open

Re: How to upload a file

2006-12-12 Thread 3c273
"Lad" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Users needs to upload big files upto 100MB.So I think that FTP protocol > would be a solution, but how can I allow users to select the right file > ,on their local disk, via a file dialog ? > > Thank you for your ideas > L. > impo

How to upload a file

2006-12-12 Thread Lad
Users needs to upload big files upto 100MB.So I think that FTP protocol would be a solution, but how can I allow users to select the right file ,on their local disk, via a file dialog ? Thank you for your ideas L. -- http://mail.python.org/mailman/listinfo/python-list

Re: upload a file

2006-07-25 Thread placid
[EMAIL PROTECTED] wrote: > Dear all, > > could you give me an help ? > > I would to upload a file from web using Python. Is there a simple way to do > this? I'm using the cgi module and python 2.3. The file to be uploaded is a > text > file. >

upload a file

2006-07-25 Thread ciccio
Dear all, could you give me an help ? I would to upload a file from web using Python. Is there a simple way to do this? I'm using the cgi module and python 2.3. The file to be uploaded is a text file. Thank you for all your suggestions, Er