[Tutor] Upload a file using python

rakesh sharma rakeshsharma14 at hotmail.com
Mon Feb 17 15:29:30 CET 2014


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 had to fend for some other ways.
thanks,rakesh

> To: tutor at python.org
> From: alan.gauld at 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 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 was unlikely to also have a raw http interface for file uploads.
> 
> > file. I performed it using post method. But dint get the required result.
> > The uploaded file dint appear in the site.
> 
> Does the server have a page that accepts post requests to upload files?
> If not it won't recognize your post request and possibly just ignore
> it or hopefully send you an http error back. Did you check the http 
> error code returned?
> 
> HTH
> -- 
> Alan G
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
> http://www.flickr.com/photos/alangauldphotos
> 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140217/db73a592/attachment.html>


More information about the Tutor mailing list