re: File Upload Confirmation
From: Jim Buyens (news_at_interlacken.com)
Date: 02/09/04
- Next message: Bret: "Re: Spawn not spawning image"
- Previous message: Mike Mueller: "Re: Copying website from CD-R to hard drive"
- In reply to: dwdino: "File Upload Confirmation"
- Next in thread: dwdino: "re: File Upload Confirmation"
- Reply: dwdino: "re: File Upload Confirmation"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Feb 2004 11:58:23 -0800
Right. ASP is incompatible with most browse-time features
of the FrontPage Server Extensions, including the feature
that saves uploaded files.
To get this working, you'll need to code the whole page in
ASP. The ASP code will need to use an ActiveX control for
picking the uploaded file out of the Request object.
Most hosts provide at least one of such ActiveX control as
part of their basic service (no extra charge). Look around
the host's support pages to see which one they provide,
and where to find documenation.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
>-----Original Message-----
>I a trying to use the built in file upload form in
>FP2002. I have a server with Windows 2000 & FPSE2002.
>
>The form contains 4 fields:
>
>1) Title
>2) Description
>3) Submitter
>4) File (upload)
>
>This form is used to allow users to submit documents for
review. When I press submit on the form in my test
environment, I receive "Front Page extension cannot be run
on this page" error.
>
>What I have done is changed the defaul confirmation to an
ASP page I have constructed which writes the 4 fields to a
database. I have tested the ASP page and it correctly
parses a url like "http://myweb/conf.asp?field1=x". The
problem seems to be when I tell the UPLOAD form to use
this ASP confirmation page it bombs.
>
>Any ideas?
>.
>
- Next message: Bret: "Re: Spawn not spawning image"
- Previous message: Mike Mueller: "Re: Copying website from CD-R to hard drive"
- In reply to: dwdino: "File Upload Confirmation"
- Next in thread: dwdino: "re: File Upload Confirmation"
- Reply: dwdino: "re: File Upload Confirmation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|