From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9195 Path: main.gmane.org!not-for-mail From: Daniel Graham Newsgroups: gmane.comp.tex.context Subject: Sending FDF data from a ConTeXt pdf form Date: Thu, 12 Sep 2002 20:51:46 -0400 (EDT) Sender: owner-ntg-context@let.uu.nl Message-ID: Reply-To: Daniel Graham NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035399537 1246 80.91.224.250 (23 Oct 2002 18:58:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:58:57 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:9195 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9195 I have created a c program using Adobe's FDF toolkit (with a python wrapper) and would like to use a pdf form created with context to submit FDF data to a specified URL. My context file includes the following: \button{Submit}[SubmitForm{http://localhost/cgi-bin/fdf/record.py\#FDF}] This apparently sends URL-encoded data (using get?) instead of FDF data. A similar pdf form created using latex and pdftex with \begin{Form}[action=http://localhost/cgi-bin/fdf/record.py\#FDF, method=post] works perfectly. What am I missing in the setup for context? Thanks for any help! Dan