White Paper File Upload

S

Shona

Further to my last posting about this

http://support.microsoft.com/default.aspx?scid=kb;en-us;288328&Product=fp200

Thanks to the Newsgroups I've managed to get the file upload and have
followed all the instructions but now when I submit the form it looks for
process1.asp in _vti_bin and says the page cannot be found.

So I created a folder called _vti_bin and moved the file to that thinking
that might do the trick but it didn't.

Also should all the files be in the Files folder - I've tried this and on
the top level with the same result.

Also on the form when you Insert the File Upload into the form you get a
browse button.

Maybe I have misunderstood what this file upload is supposed to do. I
thought that when the person submitted the form they would then get a
message asking them to confirm this is what they wanted to order. If it
doesn't do this what does the file upload really do?

Cheers Shona
 
S

Steve Easton

You're actually talking about two separate processes here,
one of which you don't need.

1. Form submission.
2. File upload.

1. Form submission is done when the user clicks the
Submit button.
The results from the form ( form fields ) are saved to
a file on your server.

2. File upload is used when you want to allow a viewer to attach
and upload a file from their computer to a folder on your server.

You don't need file upload to have form results submitted.

hth
 
S

Shona

OK thanks that's not what I wanted.

Any idea how you create a confirmation message that tells them what they
have ordered and to confirm?

Cheers Shona
 

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