Problem with forms

  • Thread starter Thread starter Trevor Bourne
  • Start date Start date
T

Trevor Bourne

I am trying to create a form with some required
(Validated) fields and a file upload field. The first
part works fine but when I try to integrate the file
upload it won't work . It tells me I can't run server
extentions on this page or simply nothing happens. I
can't find anything in Help can anyone assist please.
 
-----Original Message-----
I am trying to create a form with some required
(Validated) fields and a file upload field. The first
part works fine but when I try to integrate the file
upload it won't work . It tells me I can't run server
extentions on this page or simply nothing happens. I
can't find anything in Help can anyone assist please.

The FrontPage Save Results component doesn't work in ASP
pages. This means you can't use the FrontPage facilities
for uploading files, sending e-mail, or writing text files
from the same form thta adds records to a database.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top