Microsoft Knowledge Base Email Alertz

When you attempt to upload a file to a SharePoint Team Services document library, you receive an error message similar to the following:

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 305059 - Last Review: April 23, 2002 - Revision: 1.0

STS: Error Message: Cannot Run the FrontPage Server Extensions on This Page

This article was previously published under Q305059

SYMPTOMS

When you attempt to upload a file to a SharePoint Team Services document library, you receive an error message similar to the following:
Cannot run the FrontPage Server Extensions on this page: "http://SERVERNAME/Shared Documents/Forms/Upload.htm".

CAUSE

This behavior can occur if you edited the Upload.htm page for the document library in Microsoft FrontPage 2002.

RESOLUTION

To prevent this problem, do not edit the Upload.htm file.

To correct this problem and be able to upload a file to the document library, change the code in the Upload.htm file by using Notepad. To do this, follow these steps:
  1. Start Notepad and open the Upload.htm file in the document library where you are having a problem.
  2. Locate the following HTML code:
    <Form Name="OWSForm" Action="../../_vti_bin/shtml.dll/Shared%20Documents/Forms/Upload.htm" Method=POST webbot-action="--WEBBOT-SELF--">
    
    <!--webbot bot="SaveResults" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-date-format="%A, %B %d, %Y" s-time-format="%I:%M:%S %p" s-form-fields="file destination" s-format="HTML/UL" b-dynamic-redirect="TRUE" b-process-metainfo="TRUE" startspan -->
    
    <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
    <input TYPE="hidden" NAME="_charset_" VALUE="utf-8">
    
    <!--webbot bot="SaveResults" endspan i-checksum="45034" -->
    					
  3. Change the code so that it looks similar to the following:
    <Form Name="OWSForm" EncType="multipart/form-data" Action="../../_vti_bin/shtml.dll/Shared%20Documents/Forms/Upload.htm" Method=POST webbot-action="--WEBBOT-SELF--">
    
    <!--webbot bot="FileUpload" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M:%S %p" S-Form-Fields="file destination" S-Format="HTML/UL" B-Dynamic-Redirect="TRUE" B-Process-Metainfo="TRUE" startspan -->
    
    <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
    <input TYPE="hidden" NAME="_charset_" VALUE="utf-8">
    
    <!--webbot bot="FileUpload" endspan i-checksum="45034" -->
    					

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For additional information about related error messages in SharePoint Team Services from Microsoft, click the article number below to view the article in the Microsoft Knowledge Base:
288347  (http://kbalertz.com/Feedback.aspx?kbNumber=288347/EN-US/ ) STS: Error Message: This Form Is Not Available for This List

APPLIES TO
  • Microsoft SharePoint Team Services
Keywords: 
kbbug kbnofix KB305059
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate