PDA

View Full Version : can someone tell me how to do this...


mediaman7
08-28-2002, 10:20 PM
http://www.stuartoneal.com/realtor_menu.html

The link takes you to a page that (hopefully) shows you what I'm trying to do. It involves drag and drop in flash...ok, great, I know how to do that.BUT..and here's where my question is. I want to create a mail form (which I know how to do) in flash, that lets you put an attachment on it. ( which I don't know how to do) BUT..I don't want the attachment to come from the users computer, but from a server where the attachment (pdf file) is stored.

I REALLY NEED HELP ON THIS!


PLEASE!!!!!!!!!!!

Jesse
09-03-2002, 12:30 AM
mail() automatically mails the message specified in message to the receiver specified in to. Multiple recipients can be specified by putting a comma between each address in to. Email with attachments and special types of content can be sent using this function. This is accomplished via MIME-encoding - for more information, see this Zend article or the PEAR Mime Classes.
http://www.php.net/manual/en/function.mail.php