FormFile to email attachment

2001-10-05 Thread Griffith Ralph
Hello, Does anyone have any sample code to take the contents of an uploaded file and add it as an attachment to an email message? Basically, I'm trying to load the contents of the FormFile object directtly to a mimeBodyPart object without writing the data to a temporary file first. Thanks

RE: FormFile to email attachment

2001-10-05 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
: '[EMAIL PROTECTED]' Subject: FormFile to email attachment Hello, Does anyone have any sample code to take the contents of an uploaded file and add it as an attachment to an email message? Basically, I'm trying to load the contents of the FormFile object directtly to a mimeBodyPart

RE: FormFile to email attachment

2001-10-05 Thread Griffith Ralph
5, 2001 11:02 AM To: '[EMAIL PROTECTED]' Subject: FormFile to email attachment Hello, Does anyone have any sample code to take the contents of an uploaded file and add it as an attachment to an email message? Basically, I'm trying to load the contents of the FormFile object di