I want to use atachfile in my asp form and email it to one email account. whould you please help in this issue?
Edit: You don't need to put 'very important' into your thread title. It will not grab any attention.
Printable View
I want to use atachfile in my asp form and email it to one email account. whould you please help in this issue?
Edit: You don't need to put 'very important' into your thread title. It will not grab any attention.
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