Help with MultipartPostHandler

Shane Neeley shane.neeley at gmail.com
Thu Mar 8 01:07:51 EST 2012


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)



More information about the Python-list mailing list