re: File Upload Confirmation

From: Jim Buyens (news_at_interlacken.com)
Date: 02/09/04


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?
>.
>



Relevant Pages

  • Re: Confirmation message instead of page
    ... Do you mean replace the whole upload page with ASP or something in the ... > Since you can use ASP, consider writing your own form handler in ASP, ... >> Jonathan Blitz ... >>> Can't be done using FrontPage extensions. ...
    (microsoft.public.frontpage.programming)
  • Re: Not able to allow annonomous users to upload to my folder
    ... allows this option and has the scripts installed for them to work. ... > FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... >>I am trying to place an upload form into my website. ... >> users to upload to the folder and for uploaded files to write over files that ...
    (microsoft.public.frontpage.client)
  • Re: File Upload Confirmation
    ... You need to use a ASP upload component, as you can not use FP run-time ... component with server-side scripts. ... Thomas A. Rowe (Microsoft MVP - FrontPage) ...
    (microsoft.public.frontpage.client)
  • Re: upload and asp
    ... .html extension and are processed by a server-side scripting engine, such as ASP, ASP.Net, PHP, etc. ... You will need to check with your host to see if they offer access to a ASP upload component, ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.frontpage.client)
  • Re: Upload image into SQL Server database
    ... To find the best Newsgroup for FrontPage support see: ... |> ASP, ASP.Net or some other server-side programming technology to do it. ... |> FrontPage 2003 that can upload a file. ... |>> How do I build the form so that includes both an insert into an SQL ...
    (microsoft.public.frontpage.programming)