Adding attachments into a submission form

M

Mark M Simonian

I used the database wizard to make an effective submission form in Frontpage
2003. Now I am being asked to allow attached files that would be viewed in
an asp results page like a pdf file or Word document.

I can add text fields and comments fields but how do I add a field to hold
attachments that can be submited in a form? Is there a way without fancy
coding or at all? Besides I am worried someone will accidently upload a
virus in an attached Word file.
-----------------------------------------------------
Mark M Simonian MD
Medical Director, ChildNet Medical Assoc.
681 Clovis Medical Center Drive West #106
Clovis, CA 93611
(559) 325-6850
[email protected]
****************************************
Alert: This email and any files transmitted with it
are intended solely for the use of the individual or
entity to whom they are addressed and may contain
confidential, patient health or other legally
privileged information. If you have received this
email in error please notify the sender by email,
delete and destroy this message and its attachments.
Any unauthorized review, use, disclosure,
or distribution is prohibited.
 
T

Thomas A. Rowe

You really need to check with your host to see which ASP upload component
they support or are willing to support.

Using an ASP Upload component, you will be able to name the file to match
the record, as you do not want to store the file directly in the database.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top