Is there a way to attach a local file (submitted on a form) to an Email in ASP. All references I have seen point towards no, but looking for a few more opinions.
Using Win 2k3 server, we have a web form we want to email a user when ever submitted. When the user puts an attachment, we want to to be on the email. All the resources I have seen say that this file has to be on the server.
Is there a way to do it from a local file?
Set objCDOMail = Server.CreateObject("CDO.Message") is the email we are using. Any help is appreciated.
Thanks
Chris
Using Win 2k3 server, we have a web form we want to email a user when ever submitted. When the user puts an attachment, we want to to be on the email. All the resources I have seen say that this file has to be on the server.
Is there a way to do it from a local file?
Set objCDOMail = Server.CreateObject("CDO.Message") is the email we are using. Any help is appreciated.
Thanks
Chris