ASP form and file upload component

C

Chris Devaux

I have created an ASP page with a form . When clicking on the submit button,
all the info is automatically sent to a database. I would like:
1. to add a 'file upload' component (I tried but doesn't work, nothing
happens)
2. to have an automatic e-mail when someone fills in the form and submits
his details.

How can I proceed?

Thanks for the help.
 
M

MikeR

Chris -
You'll need to contact your hosting provider to see if they allow uploads, and probably to
set the permissions on a folder if they do allow it. Also some hosts provide an upload
component, my host does. I've never used the FP component.
MikeR 1st
 
S

Stefan B Rusynko

For ASP
1) See if your host support ASPupload
2) See which your host supports (CDONTS or CDOSYS, or both) for emails




|I have created an ASP page with a form . When clicking on the submit button,
| all the info is automatically sent to a database. I would like:
| 1. to add a 'file upload' component (I tried but doesn't work, nothing
| happens)
| 2. to have an automatic e-mail when someone fills in the form and submits
| his details.
|
| How can I proceed?
|
| Thanks for the help.
|
| --
| Chris Devaux
 

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