Need Help upload file..

J

Jeff

I am trying to submit form information and upload a file at the same
time. I followed the article from the support site titled (and search
on kb on) "How to Send Form Results to a Database and an E-mail Address
and Use the File Upload Component Simultaneously"

This is a support whitepaper written by microsoft.

It works until I get to process1.asp

I get a Cannot run the FrontPage Server Extensions on this page:
"http://techspec.net/mypab/test/process1.asp"

You can test by going to www.mypab.com

Help!
 
P

p c

Your process.asp page is either miising the conection set up to the
datbase or your datbase file is missing.

Review the code of that file in HTML mode.

You may want to lern ASP and connecting to a dabase. FP has wizrd to
"make it easier" but inth elng term it's easire if hand coded.

Here's a primer on connections to Acces DBs
http://www.learnasp.com/learn/dbopen.asp
I recommend the DSNless type of connection.

Here's a tutorial
http://webwizguide.com/asp/tutorials/connecting_to_a_database.asp

....PC
 

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