I know that it is not possible to send an ajax request or use the GWT RequestBuidler to send a file download request; I need to have a form for this, but how can I get a link to the answer when it returns, and allows me to say an error.
The request I am sending is intended to download the file, but if the file download is too large, the Java servlet responds with an error, how can I get a link to this error in order to handle it correctly from the GWT side.
source
share