Log in

View Full Version : Need help to attach file in form



sandra
12-25-2007, 09:02 AM
I want to use atachfile in my asp form and email it to one email account. whould you please help in this issue?

You don't need to put 'very important' into your thread title. It will not grab any attention.

shnawer
01-01-2008, 10:58 PM
Hi,

Well it depends on your asp mail component for example if you using Persits AspEmail you have to use aspupload with it.

Method;
1. upload to directory
2. send attachment file
3. delete the uploaded file

its simple

thanks