HTML Submit does not return data
Copy link to clipboard
Copied
Hello Everyone.
I am running a web server which is reacting to Data returned from PDF forms.
In the Submit Form Actions, if I set the submit data format to "XFDF" or "FDF", there is no problem, on the server side, the form data is returned as a HTTP post and I can read the content.
However, If I set the Export Format to HTML in the Submit Form Selection, the form is POSTed back to to the web server, but content stream is empty - IE nothing is sent back to the server, although the URL is being hit.
Is there something I am missing here?
Copy link to clipboard
Copied
What type of web server are you running? ASP.net/PHP?
Normally in .NET, the HTML submission field/value pairs are located in the Request.Form("FieldName") or just Request("FieldName").
Are you using a 3rd party tool to parse the input HTML data or FDF/XFDF data?

