-
Email with attachments
Hello all of you,
I have a flash template ( flash 8 and AS -2) and there is a very simple contact form to send mail through php. It works fine. My question is how can I capable of attach image, text,pdf file with this mail. Is it possible?
Thanks in advance.
Regards
trnghosh
-
Yes it is possible. You need to look up Flash's FileReference Class to help with the file upload process. As well as alter the PHP file to accommodate the upload, and check to make sure your server allows attachments in your mail functions, or get an smtp mailer.
Adobe's Reference:
http://www.adobe.com/livedocs/flash/...=00000320.html
-
Here are a couple of examples. they are not free though but don't cost much.
You also get the source files on purchase.
Dynamic Multipurpose Flash Contact Form
Advanced PHP Contact Form with Upload
If you search hard enough you might find a free one some where.
Hope it helps
-
Thanks for reply . I have searched but with no lucktill date .
Thanks.