Does formmail.php work with pdf files?
pdf files
The original formmail.pl by Matt Wright would process pdf files. I'm hoping that PHPformmail will too. The only problem I have is how to call the script from a pdf file. I'm getting this error msg. I know what it wants I just don't know if php will work with pdf and if it does how do I fix this.
Error Msg
Nothing was sent by a form. (No data was sent by POST or GET method.) There is nothing to process.
Are you refering to using a PDF file to house a form and then have that form post to PHPFormMail in order for the results to be mailed to you?
If this is so, it should work, as long has the PDF form sends proper HTTP 1.0 or 1.1 headers.
-Andrew Riley
I am also getting the No data sent from GET or POST.
I have double checked my settings, as this works with an html form ok. Is there anyone who can tell me the submit button details in their pdf form? I have the action set to the formmail.php.
Thanks
What do you mean?