Hi,
I have a form that is filled from web.User attaches a file using file upload control and when the form is submitted i want to send a email to a group of people with attachment.
Please can you suggest me some ways/ideas to accomplish this.
Regards,
Suchi
Subject: Re: Send email with attachment from web
Extract the attachment to the hard drive using extract file method and attach it to body of the email using embed object method.
Subject: Re: Send email with attachment from web
Thanks for ur reply…
I would be grateful if u could send a code for extracting file from web document to local machine…
Thanks