Re: GWT with GAE Blobstore

2010-09-07 Thread Ikai Lan
Here's a sample project I'm working on that does an upload to blobstore as well as uses the high performance image serving framework: http://github.com/ikai/gwt-gae-image-gallery Warning: This is still a work in progress, but the upload/image serving bits are there. On Sep 6, 9:54 am, Brandon Do

Re: GWT with GAE Blobstore

2010-09-07 Thread App Engine Notifications
Here's a sample project I'm working on that does an upload to blobstore as well as uses the high performance image serving framework: http://github.com/ikai/gwt-gae-image-gallery Warning: This is still a work in progress, but the upload/image serving bits are there. On Mon, Sep 6, 2010 at 9:54 A

Re: GWT with GAE Blobstore

2010-09-06 Thread Brandon Donnelson
Here is what I did to upload: http://demofileuploadgae.appspot.com/ - demo http://code.google.com/p/gwt-examples/source/browse/trunk/DemoUpload/ - Source Code Brandon Donnelson -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post t

Re: GWT with GAE Blobstore

2010-05-11 Thread rudolf michael
you cannot use RPC to upload files as i may know. when uploading you need to submit a HTML form. best regards, Rudolf Michael On Tue, May 11, 2010 at 1:16 PM, compuroad wrote: > Anyone? > > On May 9, 11:47 am, compuroad wrote: > > I am trying to use GAEBlobstorewith GWT. I have changed the samp

Re: GWT with GAE Blobstore

2010-05-11 Thread compuroad
Anyone? On May 9, 11:47 am, compuroad wrote: > I am trying to use GAEBlobstorewith GWT. I have changed the sample > they have > online:http://code.google.com/appengine/docs/java/blobstore/overview.html > I replaced the jsp page with a GWT page (below). I replaced the call > to "<%= blobstoreServ

GWT with GAE Blobstore

2010-05-09 Thread compuroad
I am trying to use GAE Blobstore with GWT. I have changed the sample they have online: http://code.google.com/appengine/docs/java/blobstore/overview.html I replaced the jsp page with a GWT page (below). I replaced the call to "<%= blobstoreService.createUploadUrl("/upload") %>" with a RPC call whic

GWT with GAE Blobstore

2010-05-05 Thread compuroad
I am trying to use GAE Blobstore with GWT. I have changed the sample they have online: http://code.google.com/appengine/docs/java/blobstore/overview.html I replaced the jsp page with a GWT page (below). I replaced the call to "<%= blobstoreService.createUploadUrl("/upload") %>" with a RPC call wh