[google-appengine] Is there anyone here who uses Images Python API?

2010-12-04 Thread Zeynel
To write an image to datastore? Can you help?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Is there anyone here who uses Images Python API?

2010-12-04 Thread Chris Copeland
You must use urlfetch to http post to the blobstore upload handler. 

It is kinda a pain. I noticed that programmatic writes of blob data is on the 
dev roadmap. 


On Dec 4, 2010, at 9:06 AM, Zeynel azeyn...@gmail.com wrote:

 To write an image to datastore? Can you help?
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.