Sunday, May 29, 2011

Alternative to using Blob on Client Side Code

I was trying to fetch a Feed object which had 'Blob' as one of its attribute(A random file attachment). However I realized that we cant use Blob on the Client side code.
What should I use as an alternative?

Perhaps I could pass byte arrays around but that would be a large amount of data for multiple feeds. I would want user to click on a button on the Feed view to fetch the Attachment. How can I solve the problem?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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