File upload and database FP2003

  • Thread starter Thread starter Glen
  • Start date Start date
G

Glen

is it possible to to use a file upload form and insert the file location into
a database in FP2003.

This support bulliten says it is NOT possible in FP2002:
http://support.microsoft.com/default.aspx/kb/830324

I read conflicting discussions whether it IS possible or NOT possible in
FP2003.

Basically, I have visitors enter information into a form where they also
upload a file. I need the uploaded file location and their information to be
stored in a database. Thanks!
 
It is a function of the FP 2002 Server Extensions, not FP itself. FP 2002
server extensions are the most current.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
: is it possible to to use a file upload form and insert the file location
into
: a database in FP2003.
:
: This support bulliten says it is NOT possible in FP2002:
: http://support.microsoft.com/default.aspx/kb/830324
:
: I read conflicting discussions whether it IS possible or NOT possible in
: FP2003.
:
: Basically, I have visitors enter information into a form where they also
: upload a file. I need the uploaded file location and their information to
be
: stored in a database. Thanks!
 
Not utilizing the FPSE, but it can be done using ASP (or other Server Side
Scripting language) and a form-upload component. Many hosts provide these
with their hosting plans. ASP Upload is a common and easy to use one
 
Back
Top