3/30/2011 10:11:12 PM
Title:
How TO send EMail with attachment files in flex
Hello
I want to send email from flex. I know one of the solution is
use server side language. But I also want to send some attachment with email
How it is possible with flex?
Please Help.
Thanks in advance
4/1/2011 12:46:37 AM
check this link. It uses socket class to upload files
http://www.bytearray.org/?p=27
4/1/2011 12:55:31 AM
sending attachment with email is similar to what we do in HTML. You can browse and send the filestream of files to be attached along with the email content to the server.