开发者

how to upload stored image in datastore in google appengine?

I have an image stored as Blob in data开发者_如何学Python store in google appengine (python) .. i want to upload this image to a server .

1- what is required to be done to upload this stored image to the server ?


If the API that you are dealing with wants to have a URL from which to fetch the image, what you can do is set up a handler that will serve the image from the blob.

The AppEngine Docs lay out what you need to do in your code. Is there something specific about those instructions that you don't understand?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜