Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

HTML Submit does not return data

New Here ,
Jun 04, 2017 Jun 04, 2017

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?

TOPICS
PDF forms
253
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 04, 2017 Jun 04, 2017
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines