Hi all,
i´ve already read a lot, but i couldn´t find an answer to my question:
I have created a form wirth LiveCyyle. The user should fill out the form on his computer and send it to me via http submit.
In some other post, i read, that i need a server script for this operation. The script must be able, to receive the Pdf and send it as Pdf to me. I dont want to process the pdf data on the server.
Where can i find such a script?
Is it possible to use a script, that is able to send emails with attachments?
I hope, that someone can give me some Informations about that.
Regards,
Lars
The general flow of the script would be:
1. Save the incoming data as a PDF file.
2. Do whatever validation is deemed necessary
3. Attach the file to an email message and send it.
An alternative, which is much less reliable, is to simply use a mailto type URL instead of an HTTP POST.
George