Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21373
| From | Shane Neeley <shane.neeley@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Help with MultipartPostHandler |
| Date | 2012-03-07 22:07 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <1270164.221.1331186871710.JavaMail.geo-discussion-forums@pbjv6> (permalink) |
Hi Python Google Group! I hope someone could help me and then one day when I am good I can contribute to the forum as well. Does anyone know what is wrong with my syntax here as I am trying to submit this form using MultipartPostHandler that I installed?
import MultipartPostHandler, urllib2
params = { 'Run_Number' : 'NONE', 'MAX_FILE_SIZE' : '2000000', 'submitForm' : 'Submit' }
opener.open("http://consurf.tau.ac.il/index_full_form_PROT.php", params)
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Help with MultipartPostHandler Shane Neeley <shane.neeley@gmail.com> - 2012-03-07 22:07 -0800
csiph-web