Expand my Community achievements bar.

Determining a PDF submission status

Avatar

Former Community Member
Is there a way to URL submit a PDF to an ASP application, and get some kind of indication of success or error condition?



I can successfully use:

event.target.submitForm({ cURL:myURL, cSubmitAs:"PDF" });

to submit the PDF to the ASP application.



Ideally, I would like to display a message on the PDF, after the submit occurs, showing the status of the submit.
0 Replies