Hi all,
i have a form on my webpage that i want to allow users to attach two documents to there emails. I know how to attach files to emails using the .Net functions in the System.Web.Mail namespace but this entails the files sitting on the servers file system.
I want to be able to attach emails that come from the client without having to buy a third party control. Has anyone got any ideas on how to do this?
Rob
i have a form on my webpage that i want to allow users to attach two documents to there emails. I know how to attach files to emails using the .Net functions in the System.Web.Mail namespace but this entails the files sitting on the servers file system.
I want to be able to attach emails that come from the client without having to buy a third party control. Has anyone got any ideas on how to do this?
Rob