Update database & upload files on ASP page problem

P

PM Cooper

Is it possible to upload files to the web server and update an SQL database from form fields on the same ASP page? The functionalities work when accessed from individual pages but I can't get them to work on the same page.

The file upload is done using the <input type="file"...> tag. Any suggestions would be helpful.
 
H

Harikumar H [MSFT]

Hi PM Cooper,

Check this -

How to send form results to a database and an e-mail recipient and use the
File Upload component simultaneously
http://support.microsoft.com/default.aspx?scid=kb;en-us;288328

Hope this helps


regards

Hari
MSFT

This posting is provided "as is" with no warranties and confers no rights

--------------------
| Is it possible to upload files to the web server and update an SQL
database from form fields on the same ASP page? The functionalities work
when accessed from individual pages but I can't get them to work on the
same page.
| The file upload is done using the <input type="file"...> tag. Any
suggestions would be helpful.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top