开发者

How to upload images to appengine from gwt

开发者 https://www.devze.com 2023-01-01 18:37 出处:网络
Related question I am having similar problems to what that guy had in his. My upload server returns a redirect.

Related question I am having similar problems to what that guy had in his. My upload server returns a redirect.

Specifically, I am not sure what FormPanel.SubmitCompleteEvent.getResults() returns. Sometimes, I get html of an img:

<img style="cursor: -moz-zoom-in;" 
    alt="http://<myapp>.appspot.com/servePic?blob-key=abcdef"
    src="http://<myapp>.appspot.com/servePic?blob-abcdef"
    height="1" width="1">

Sometimes I get the image data in bytes. Behavior varies on I dunno what. I get the first开发者_开发技巧 in development, and the second in production.

Does anyone know anything about this?


Here's a pretty good example of how to save/load/resize images with gwt & app engine.

http://code.google.com/p/swagswap/source/browse/#svn/trunk/src/main/java/com/swagswap/dao%3Fstate%3Dclosed

Have a look in the dao implemenations and also the gwt interface packages.


Does the project in this link still exists?

http://code.google.com/p/swagswap/source/browse/#svn/trunk/src/main/java/com/swagswap/dao%3Fstate%3Dclosed

I tried to checked it out through eclipse but looks like it does not exist anymore.

0

精彩评论

暂无评论...
验证码 换一张
取 消