B
Bonnie
I am using the CDO.message object to create an email
message in the script on my ASP page and I would like the
ability to let the user add an attachment to the email. I
know I can do it like this:
objMsg.AddAttachment("c:\temp\aaradvark.jpg")
And I can get the user to put the file's path on a form
and plug that into the code. But what I really want to do
is let the user actually browse to get the attachment, (as
in Outlook). Is this possible using vbscript over the web?
Thanks for your help!
Bonnie
message in the script on my ASP page and I would like the
ability to let the user add an attachment to the email. I
know I can do it like this:
objMsg.AddAttachment("c:\temp\aaradvark.jpg")
And I can get the user to put the file's path on a form
and plug that into the code. But what I really want to do
is let the user actually browse to get the attachment, (as
in Outlook). Is this possible using vbscript over the web?
Thanks for your help!
Bonnie