i have a binary (pdf) file stored in the blobstore.  i can read it
using the blobviewer, so i know it is in there correctly. i want to
POST the file contents to a webservice. to test, i am just putting the
results of blobstoreService.fetchData(blobKey, 0,
bi.getSize()),content_type) in to the body of the POST. when i do
that, the POSTed data is slightly malformed with some characters
replaced with question marks (seen by opening both versions in notepad+
+).  is there some sort of encoding process i should do first?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to