On Thu, Oct 3, 2013 at 7:40 PM, rcp <[email protected]> wrote: > I want to save PNG content in the gae blobstore such that it can be served > with the URL provided by image.servingURL(). I'm successfully receiving the > content base64 encoded from javascript via a POST, but I'm unsure of the > process to convert the content such that it can be served by app engine. > > Can you comment on my current strategy? Neither development nor production > servers are able to serve these blobs. Am I missing a step? >
What does the Blob Viewer screen (in the App Engine admin console) say? Does it show the blobs that your code is writing in? Do they contain the correct sizes and MIME type? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
