These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

accessing data from HTTP POST submit button

mbland
Registered: May 17 2007
Posts: 10

I've created a form in LiveCycle Designer 8. It includes an HTTP POST submit button. Once the user clicks the button, how do I access that submitted data? (I'm in a Visual Studio 2005 C# website and want to do something with that data. I know how to reference a field on a web form, but how do I get at that data that was submitted?) I'm familiar with the field names that get spit out of Adobe in an xml or csv file.... do I just use one of those?

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You need to write a server script to handle the data. Since you already have VS2005 you can write an ASP script to do it.

The form data is in the body of the HTTPRequest. The data format will be in the "ContentType" field of the header.

Learn about this from the FDFToolkit documentation

[url=http://www.adobe.com/devnet/acrobat/fdftoolkit.php]http://www.adobe.com/devnet/acrobat/fdftoolkit.php[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script