Possible Duplicate:
how to upload files with asp-classic
I have classic asp form which has some input textboxes and dropdowns. It also has a fileupload control. all inputs are enclosed in one form I want to upload the file as well as submit the data to database. Can I do both database insertion as well as fileupload using classic asp on one button click ? How can I upload the file using classic asp. do I need to add some attribute to form element ?