Previous | Next | (P-PDF) Acrobat 6.0
Topic: Acrobat Pro submits FDF rather than XML
Conf: (P-PDF) Acrobat 6.0, Msg: 117500
From: jeffnoll
Date: 8/19/2004 05:28 AM
I have the following code that I'm trying to submit XML to an aspx.
this.submitForm({
cURL: "http://XXXXX/DigSig/SubmitXML.aspx?PIR_NO="+this.getField("PIR_NO").value,
cSubmitAs: "XML"
});
The above works just fine in Reader 6.0.2 (well almost), but when submitted from Acro Pro the FDF is being submited.
Any idea what I'm doing wrong?
Also, when I do the above I'm getting an unknown format returned even though I'm settings the StatusCode to 204.
In this case, reader simply crashes.