[appengine-java] Re: GWT and GAE: Uploading Files to Blobstore

2010-09-06 Thread Jayz
Hey, I am stuck at exactly the same position. At the line - form.setAction(url); and before getting to the servlet as pointed by the url set in form action, I get the "Java Heap Exception: outOfMemoryError". Did you find any workarounds or solution? ~Jayz On Aug 24, 2:50 pm, rapher wrote: > i e

[appengine-java] Re: GWT and GAE: Uploading Files to Blobstore

2010-08-24 Thread rapher
i even tried to upload very small files (~4kB), same exception ... -- 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 em

[appengine-java] Re: GWT and GAE: Uploading Files to Blobstore

2010-08-24 Thread rapher
if I don't use a FormPanel and form.submit but plain HTML stuff instead, uploading files to the blobstore works fine! com.xy.client.MyProject.java (...) fileService.getUploadURL(new AsyncCallback() { // <<<-   BLOBSTORE.REQUESTUPLOADURL HERE!    public void onFailure(Throwable error) {    }