File Uploading

G

Guest

I'm currently working on a web site and I would like to have files uploaded.
These files would be flyers for activities.

I know that frontpage will allow me to create an upload form. However, I
thought I read or saw somewhere to indicated that it couldn't be done with
another form?

What I would like to do is to have a form that submits all the information
about the activity. Then have, on the same page, a place to upload a files
(i.e Word Doc, PDF or something else). Then I would like to capture the file
name and place that in the database for later retervial for the information.

So basically, when I submit the form, the data goes into the database along
with the file name of the flyer, and the file is uploaded to a specific
directory on the server all at the same time.

So any help would be greatly apprechaited.
Terry
 
K

Kevin Spencer

This would require custom server-side programming to accomplish. That would
be ASP, ASP.Net, or, on a Unix server, PHP or CGI.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
A

Andrew Murray

just add the "upload file" field to the existing form.....??

or create a new form on the same page, with the upload file field.

Note, your host has to support uploading of files in this method.
 

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