I'm using a GWT FormPanel to upload a file; the file is processed on the server and I place the result on the client side.
FormPanel works correctly, as in this question (How to get a submission result out of FormPanel), but what if the server responds a 404 or 500 ?
How do I capture the http response after a file upload ?
FormPanel.SubmitCompleteEvent.getResults()would contain such info (maybe as a raw response from the server, but still) – Igor Klimer Aug 9 '10 at 21:23