Re: [Tutor] Upload a file using python

2014-02-17 Thread Mark Lawrence
On 17/02/2014 15:38, Alan Gauld wrote: In that case you should be able to call the Ajax API directly using urllib or cgi possibly some higher level Ajax module - I suspect one will exist somewhere! First port of call for such things https://pypi.python.org/pypi -- My fellow Pythonistas, ask

Re: [Tutor] Upload a file using python

2014-02-17 Thread Alan Gauld
On 17/02/14 14:29, rakesh sharma wrote: Greetings!! Hi Alan, The error code was that of success. 200. Donno if the site supports a post method. It doesn't but is there any other way of automating the process. The issue of chrome 32 with selenium webdriver has stalled the show for me. Hence i ha

Re: [Tutor] Upload a file using python

2014-02-17 Thread rakesh sharma
hanks,rakesh > To: tutor@python.org > From: alan.ga...@btinternet.com > Date: Sun, 16 Feb 2014 15:17:52 +0000 > Subject: Re: [Tutor] Upload a file using python > > On 16/02/14 09:15, rakesh sharma wrote: > > > But I feel if i can use the http methods without involving an

Re: [Tutor] Upload a file using python

2014-02-16 Thread Alan Gauld
On 16/02/14 09:15, rakesh sharma wrote: But I feel if i can use the http methods without involving any UI level automation things would be better. To use http the server at the other end needs to know what you are trying to do. Given it already publishes an Ajax interface I'd have thought it