Re: using python to post data to a form

2011-04-08 Thread Karim
On 04/04/2011 01:01 PM, Corey Richardson wrote: On 04/04/2011 01:36 AM, Littlefield, Tyler wrote: Hello: I have some data that needs to be fed through a html form to get validated and processed and the like. How can I use python to send data through that form, given a specific url? the form says

Re: using python to post data to a form

2011-04-04 Thread Littlefield, Tyler
>Sending POST data can be done as follows (I'm changing bar=foo to Thanks for this, and the links. On 4/4/2011 12:24 AM, Chris Rebert wrote: On Sun, Apr 3, 2011 at 10:36 PM, Littlefield, Tyler wrote: Hello: I have some data that needs to be fed through a html form to get validated and processe

Re: using python to post data to a form

2011-04-04 Thread Corey Richardson
On 04/04/2011 01:36 AM, Littlefield, Tyler wrote: > Hello: > I have some data that needs to be fed through a html form to get > validated and processed and the like. How can I use python to send data > through that form, given a specific url? the form says it uses post, but > I"m not really sure

Re: using python to post data to a form

2011-04-03 Thread Chris Rebert
On Sun, Apr 3, 2011 at 10:36 PM, Littlefield, Tyler wrote: > Hello: > I have some data that needs to be fed through a html form to get validated > and processed and the like. How can I use python to send data through that > form, given a specific url? the form says it uses post, but I"m not really

using python to post data to a form

2011-04-03 Thread Littlefield, Tyler
Hello: I have some data that needs to be fed through a html form to get validated and processed and the like. How can I use python to send data through that form, given a specific url? the form says it uses post, but I"m not really sure what the difference is. would it just be: http://mysite.c