Hi all,I have a form that should submit its xdp to a server side component. However if the server is down the user is left with a Error 404.I am submitting through the following code:myDoc.submitForm({ cURL: submitUrl , cSubmitAs: "XDP", aPackets: ["*", "pdf"], cCharset: "utf-8",}); I am...