Tuesday, July 24, 2012

Image (Blob type) with RequestFactory and GAE Datastore

I want persist small images (<1 MB) as Blob in the GAE Datastore using RequestFactory. However, I noticed that the RequestFactory EntityProxys do not support byte [] or Blob.

How can I do this?

In the following topic mentions the alternative to save the image path in the Datastore. This would require the use of Blobstore to persist theses small images.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/S-PNQmM-5SEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment