On 4 September 2010 15:38, aWaKeNiNG wrote:
> 2. A default image that appengine load if doesnt exist the url image.
> But i dont know if appengine has implemented this option.

Surely that's very easy for your application to implement? (and not
really possible for appengine to implement anyway!)

The getServeingUrl/get_serving_url function need you to pass a
blob_key for the image.

So your application must store a blob key per user. That key is
probably stored in your user model, which you store when the user
uploads a image.

So if the user has not uploaded an image, you have no blogkey for that user.

In which case you just serve a default url.

-- 
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.

Reply via email to