PDA

View Full Version : Question concerning sending multi-part e-mails


unclele
03-12-2003, 08:46 PM
Is it possible to attachment multiple parts of a form and e-mail them at the same time?

<form action="mailto:jack@hotmail.com?action=user_file&--WEBBOT-SELF--" name="gamerecording" method="post" enctype="text/plain">


What is the correct action to add to the above?
The user_file is the zip and the --WEBBOT-SELF-- is the text from the radio button selections.

unclele
03-17-2003, 06:08 AM
Should I go to another forum to ask this?

zoobie
03-17-2003, 12:15 PM
If I understand you correctly, you want to trigger the users default client using mailto: and then include an attachment which cannot be done. What can be done, however, is use a serverside script (php,cgi,asp) which will then grab an attachment and send the email without prompts much more efficiently. Check Hotscripts.com :D