How to mail uploaded files as an attachment
Hey guys please solve this problem.
I have one html page with 3 textbox controls,1 input file control and submit button.When the submit button is clicked it should go to asp page and perform the operation.
What i want is that when the user fills the textbox controls and browse the file, the uploaded file should be mailed as an attachment along with the filled values.That is when the user receives the mail he should see the textbox values(ie firstname,lastname,email,address) along with the uploaded files as an attachment.
How to do this?
|