This is such a generic problem that can be caused by many different things, it can be a browser issue, a SharePoint server configuration issue, or even some people report it's got to do with a bad installation of Office 2003/2007. With so many possibilities let's start with the most basic and work our way to the more in-depth possible solutions.
So first I would suggest if you are using Firefox then switch to Internet Explorer, the control is tied to an active-x control and sometimes won't work in Firefox. This is also the easiest fix/work around to test out and if it works it saves you a lot of time. SharePoint 2007 is a Microsoft product so it's not that surprising that it works best in Internet Explorer. I have seen many times where something won't work in Firefox but will in IE in SharePoint 2007.
The next solution is the one that worked for my instance, what I did was go into Internet Explorer options and enable Active-x controls with as little permissions as possible. To do this follow these steps:
Open Internet Explorer
Click Tools
Click Internet Options
Click Security Tab
Click Trusted Sites Icon
Click Site button
Type Website name in text box
Click Add
Click Close
Click Custom Level button (near bottom of window)
Scroll to Active-x controls and plug-ins
Set all to Enable
Click OK
Click OK
Close your Browser
Re-open and test the site
This should make it so that your Multiple File Upload drop down button re-appears, this fixed my problem and it hasn't come back since.
If for some reason your problem still isn't fixed, Then the next possible solution that I am not entirely sold on (it didn't solve the problem for me and I don't see how it could) is to re-register an office file owssupp.dll, this doesn't make much sense since the program is web based and not really tied to Office. However if you want to try this fix follow these steps:
Click Start
Click Run
Type CMD
Hit Enter
Type CD C:\program files\microsoft office\office11
Hit Enter
Type regsvr32 -u owssupp.dll
Hit Enter
Click OK
Type regsvr32 u owssupp.dll
Hit Enter
Click OK
This fix seems more for the older versions of SharePoint but hey you can give it a shot if nothing else has worked. It won't hurt to re-register the DLL file if it doesn't fix the problem.
Well I hope one of the above fixes helps you with getting your Multiple File Upload button back.
Published by TechTips
I am a senior systems engineer and enjoy writing articles about computers, technology and other electronics. View profile
TechTips - How to Edit the Quick Launch Bar on a SharePoint 2007 WebsiteA guide explaining how to edit the Quick Launch Bar for a SharePoint 2007 website.
TechTips - How to Restore a Deleted Item from SharePoint 2007 Website Re...A guide explaining how to restore a document from the recycle bin of a SharePoint 2007 website
TechTips - How to Get a Quick Metrics for Your SharePoint 2007 Website's...a guide explaining where to find usage metrics for your SharePoint 2007 website and how to interpret these metrics
TechTips - How to Configure the SharePoint 2007 Recycle BinA guide explaining how to setup and configure the SharePoint 2007 Recycle Bin and some of the benefits.
TechTips - How to Change the Maximum Upload Size for SharePoint 2007A guide explaining how to change the maximum upload size for SharePoint 2007 and why you might want to allow larger uploads.
- TechTips - How to Configure an SMTP Server with SharePoint 2007
- TechTips - How to Setup Alternate Access Mappings in SharePoint 2007
- TechTips - How to Change the Title and Icon of a SharePoint 2007 Website
- TechTips - How to Add a New Link Bar Tab to Your SharePoint 2007 Website
- TechTips - How to Enable Tree View in a SharePoint 2007 Website
- TechTips - How to Save a SharePoint 2007 Website as a Template
- TechTips: How to Get Site Collection Rights to a SharePoint 2007 Website Without A...





1 Comments
Post a CommentInteresting! Thanks for the information!