I've got the upload part...:
May 28, 2010 9:12:50 AM
com.google.appengine.api.datastore.dev.LocalDatastoreService
$PersistDatastore persist
But how can I retrieve my uploaded files?
blobstoreService.getUploadedBlobs(httpServletRequest) requires a
HttpServletRequest parameter but HttpServletRequest isn't available in
GWT(?). My server-side class which is responsible for serving the
files is called...
public class Serve extends RemoteServiceServlet implements
ServeService {
[...]
}
...it extends RemoteServiceServlet but not HttpServlet (usual GWT
practice). So I have no HttpServletRequest in this context.
Any sample code or hints are greatly appreciated!
-Alex
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.