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 ?

link|improve this question

70% accept rate
1  
Have you tested such a situation? The javadocs would suggest that 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
Are you looking to figure out if the file finished uploading? Or are you just concerned for error checking. What Igor said above should work for error checking. – Arthur Kalmenson Aug 10 '10 at 16:09
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.