Re: [appengine-java] Blobstore upload callback without a redirect?

2010-03-16 Thread bimbo jones
Hi, Don't know if it helps but we have a servlet that processes the fileupload and then redirects to another servlet with /some/code And that servlet is the one responding to the form just by writing a JSON string on the writer. In the FormCompleteHandler you can parse the JSON or check for errors

[appengine-java] Blobstore upload callback without a redirect?

2010-03-15 Thread fletcher
Hello - I'm trying to create a file upload form that writes to Blobstore. Let's say my form has two inputs, one of type file, and another, of type text. We'll call the text input the Caption. When the form gets submitted via an XMLHttpRequest from Javascript, I want to be able to say there was a p