Duarte Nobrega
 

SharePoint 2007: Multiple Upload Not working (or not available)

17

Mar

Sometimes SharePoint users notice that Multiple Upload is not available when trying to upload documents. This usually has to do with their company security settings.

The following conditions are needed to have Multiple Upload working:

1. At least Office 2003 must be installed.
2. Enable the ActiveX controls:
   2.1 Go to Internet Explorer > Tools > Internet Options > Security Tab
   2.2 Here in the "custom level' button activate/enable the Active X controls that say "Script ActiveX controls maked safefor scripting*", like in the image below:

 

 

You can also check the following:

1. Check that the Windows SharePoint Services Support component (under 'Office Tools') has been installed by the Office setup program. This installs an ActiveX control that provides functionality such as support for uploading multiple documents within IE. If it does show as installed use the Repair option so that Office setup can ensure it is installed correctly.


2. You can check if the upload ActiveX control is installed correctly by going to Manage Add-Ons in IE8 (or 7). Set the filter to show 'All Add-Ons'. Under Toolbars and Extensions look for the STSUpld UploadCtl Class and ensure it is enabled. It should have a major version of 12, for example 12.0.4518.1014 > not sure if it is this version without Office 12.

Good Luck!

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

use MDB files in SharePoint or "The extension .mdb may be incorrect"

04

Mar

Some customers might like to use Access files as they use Excel & Word files. But the *.mdb files are blocked by default.

You must unlock/unblock these files in different places: SharePoint Central Admin, IIS & eventually the .NET web.config file.

 

1. Go to Central Administration > Operations > Blocked file types

2. In a page like the image below, remove the mdb file & press OK

3. Now you can upload MDb files.

4. The problem with MDB files is that you cannot download them later on by default.

5. When trying to click of save target as in an uploaded file, you might get the following error:

   the type of page you have requested is not served because it has been explicitly forbidden. The extension .mdb may be incorrect.Please review the URL below and make sure that it spelled correctly.

 

6. Despite the fact some articles might recommend you to:

   6.1 Open IIS

   6.2  Go to Properties of the website (Root) > tab Home Directory > Button Configuration

   6.2 Now remove the following 'ISAPI' extensions map entry: ".mdb"

   6.3. This is sometimes NOT ENOUGH!

7. Change the AS.NET web.config file:

   7.1 C:\WINDOWS\Microsoft.NET\Framework\VERSION\CONFIG

   7.2 Open the Web.config file, and comment the following line in the image:

         <add path="*.mdb" verb="*" type="System.Web.HttpForbiddenHandler" validate="true"/>

 

   7.3 Don't do this, if your application is using an mdb file that can end up being downloaded and therefore leaking your DB info...

Good luck!

 

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

Zoeken

Categorie

Archief


Sign In