zzfive03
Programmer
- Jun 11, 2001
- 267
Hello;
I need to create a web page that will allow me to send email to a client using the CDONES object.
I have it working using the values:
Mail.strFrom
Mail.strTo
Mail.strCC
Mail.strSubject
Mail.strBody
But i need to do attachemnts. I know it works by saying:
Mail.Attachment("\\filename"
which will find the file via the web server. And I can do this just fine. However...
I need the user to use the:
<input type='file'>
And pick a file that will be uploaded to a particualr file on the server, and then sent as an attatchemnt. Simular to how yahoo or hotmail allow you to attach files. How would I best go about allowing a user to do this via my ASP page?
Thank you in advance for any help you can offer.
Mark
I need to create a web page that will allow me to send email to a client using the CDONES object.
I have it working using the values:
Mail.strFrom
Mail.strTo
Mail.strCC
Mail.strSubject
Mail.strBody
But i need to do attachemnts. I know it works by saying:
Mail.Attachment("\\filename"
I need the user to use the:
<input type='file'>
And pick a file that will be uploaded to a particualr file on the server, and then sent as an attatchemnt. Simular to how yahoo or hotmail allow you to attach files. How would I best go about allowing a user to do this via my ASP page?
Thank you in advance for any help you can offer.
Mark