Can't see 'Upload Multiple Document' option in sharepoint 2013

After upgrading Sharepoint 2010 to 2013, i can't see 'Upload Multiple Document' option under files tab. I have downloaded and place the file 'STSUPLD.DLL' into Office14 and Office15 folder but IE is not asking me to run any microsoft ActiveX control as mentioned here
http://thuansoldier.net/?p=2289
I am using  Office 2010 with IE9 (32 bit) .
Am i missing anything ?

Hi, 
According to your post, my understanding is that you could not see the “Upload Multiple Document” option in SharePoint 2013.
In SharePoint 2013 the “Upload Multiple” Options has been depreciated. As we all known, there are two alternative ways to Upload multiple documents:option
1 -  Using the drag-and-drop functionality, option 2 - Windows Explorer view.
You can upgrade your IE from IE9 to IE10 then check whether it works.
You can also use the Windows Explorer view to upload multiple documents.
You will probably get the following error.
To resolve this add the SharePoint site as Trusted in your Browser and Make sure that the WebClient service is running. To do this, follow these steps:
Click Start, click Run, type services.msc, and then press Enter.
In the list of services, locate the WebClient service, and then make sure that its status in the Status column is set to Started. If its status is not set to Started, double-click WebClient, click Start, and then click OK.
Once done restart the browser and try opening the Windows Explorer again. In the Windows Explorer you can copy and paste Multiple documents as done in earlier SharePoint versions.
For more information:
http://www.learningsharepoint.com/2012/11/29/how-to-upload-multiple-documents-in-sharepoint-2013/
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Upload multiple documents option is not visible for one user in SharePoint 2007.

    Hi,
    For one user Upload multiple documents option is not visible.
    We are using SharePoint 2007 environment.
    User is using IE 9 32 bit,Office 2010.
    I did repair office 2010.
    Active x controls are enabled.
    Please anyone help me on this.
    Thanks,
    Ashok

    Hi,
    According to your post, my understanding is that after client upgraded to Office 2013 the option for Upload multiple document was grayed out.
    I try to reproduce the issue in my environment, however everything works well.
    My configuration of system is:
    Windows 8.1;
    IE11;
    Office 2013 32bit.
    Please repair the Office 2013 to check whether it works.
    In addition, there are many thing you need to check. Please refer to:
    http://sharepointknowledgebase.blogspot.com/2013/09/upload-multiple-documents-is-disabled.html
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/en-US/1a5af332-ed21-41ee-bf64-9122a7439623/sharepoint-not-activating-stsuplddll-upload-mutliple-documents-greyed-out?forum=sharepointgeneralprevious
    More information:
    "Upload Multiple Documents" is disabled in Document Library
    SharePoint 2010 : How to Enable Uploading Multiple Documents Functionality
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I am not seeing export to Excel option in SharePoint 2013 survey (even in the overview view mode)

    Hi
    If anyone could point me in the right direction as to what steps to take to enable the export to excel option in a sharePoint survey list.
    all other surveys are showing up that export to excel option.
    I am not seeing the view dropdown as well which shows up on right (the only way to create new view is through the URL as of now)
    Constraints
    Survey already has several responses now so making a new survey is not an option
    (I know that when is any custom view is changed to default view and if Overview is made as the default view again this option goes away, but how to get this export to excel option back?)
    Steps taken till now
    Checked in SP designer as to which field is set to default and it shows overview as the default.
    Checked whether any web part was closed and it seems there was none else closed web part category would've shown up
    Saved the existing survey as template both with the content included and without the content (without the content template has the export to excel option showing up)
    Many thanks ,
    Ab

    Aby,
    Do following, it will work
    Create a simple list and hit export to excel to create owssvr.iqy file
    Open that file in notepad
    Collect Survey list' GUID and View GUID from SPD. You need to change the pointer to test list to survey
    Change list GUID and view Guid 
    File will contain these code
    WEB
    1
    https://mycomp.sharepoint.com/sites/RND/_vti_bin/owssvr.dll?XMLDATA=1&List={577F5EF1-DA61-4BAD-B912-E16CEFD72AE2}&View={05CF5C6B-92F0-4681-BC4A-F60E2646A41D}&RowLimit=0&RootFolder=%2fsites%2fRND%2fReports%20List
    Selection={9CC32EE5-7C16-49EE-9BA1-136C1ADBEBEF}-{2D172036-F4BF-459D-BBAB-4FEE3310511D}
    EditWebPage=
    Formatting=None
    PreFormattedTextToColumns=True
    ConsecutiveDelimitersAsOne=True
    SingleBlockTextImport=False
    DisableDateRecognition=False
    DisableRedirections=False
    SharePointApplication=https://mycomp.sharepoint.com/sites/RND/_vti_bin
    SharePointListView={05CF5C6B-92F0-4681-BC4A-F60E2646A41D}
    SharePointListName={577F5EF1-DA61-4BAD-B912-E16CEFD72AE2}
    RootFolder=/sites/RND/Reports List
    It will work :)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Delete multiple document libraries in SharePoint 2013

    We currently have 2000+ site collections where I would like to delete the default "Documents" library.
    I know how to do this manually for one site collection and it works fine when I use this:
    $web = get-spweb -Identity http://intranet/linktoasite
    $list = $web.lists["Documents"]
    $list.AllowDeletion = $true
    $list.Update()
    $list.Delete()
    However doing this for 2000+ sites isn't really efficient and my attempts to do this in PowerShell based on a CSV file with all site collections have been ...uhm... less than successful. ;)
    Any help pushing me in the right direction are highly appreciated! :-)

    You just need for loop at site collection level
    http://sharepoint.stackexchange.com/questions/65459/powershell-script-to-iterate-all-site-collections-and-set-another-quota-template
    $SPWebApp = Get-SPWebApplication http://portal
    foreach ($SPSite in $SPWebApp.Sites)
    if ($SPSite -ne $null)
    Set-SPSite -Identity $SPSite.url -MaxSize 4000000 -WarningSize 2000000
    $SPSite.Dispose()
    http://sharepoint.stackexchange.com/questions/60002/powershell-enumerate-through-all-site-collections-but-not-include-one-specific-s
    $spsites = Get-SPSite -Filter { $_.Url -ne "http://mysite.com" }
    If this helped you resolve your issue, please mark it Answered

  • Uploading multiple documents into sharepoint list item with REST in sharepoint 2013 using content editor web part :

    hi ,
    i am trying to upload multiple document files into sharepoint list item. I followed below link for implementaion.
    http://techfindings-prem.blogspot.in/search/label/jquery.multifilejs
    It was working for sharepoint hosted app.
     This complete code is written within content edito web part.
    It was working when i was in root site collection with below change (hard coded the root level url) in code in "UploadFile" function.
    var scriptbase = "http://servername" + "/_layouts/15/";
                console.log(' File size:' + bytes.length);
                $.getScript(scriptbase + "SP.RequestExecutor.js", function () {
                    var createitem = new SP.RequestExecutor("http://servername");
                    createitem.executeAsync({
                        url: "http://servername/sites/cpg/" + "/_api/web/lists/GetByTitle('SalesRecord')/items(" + attachmentitemid + ")/AttachmentFiles/add(FileName='"
    + fileName + "')",
                        method: "POST",
                        binaryStringRequestBody: true,
                        body: binary,
                        success: fsucc,
                        error: ferr,
                        state: "Update"
                    function fsucc(data) {
                        //alert( data.statusText + "\n\n" + data.responseText);
                        console.log(data + ' uploaded successfully');
                        deferred.resolve(data);
                    function ferr(data) {
                        //alert( data.statusText + "\n\n" + data.responseText);
                        console.log(fileName + "not uploaded error");
                        deferred.reject(data);
    But the issue came in picture when i was working with the other site collection instead of root one. The url was like below.
    "http://servername/sites/cpg/". This time i need to be there within "cpg" site collection. 
    Now if i hard code the url as i did above my code gets break here while come to below line
     $.getScript(scriptbase + "SP.RequestExecutor.js", function () {
    I am getting error when i used below code:
    var scriptbase = "http://servername" + "/_layouts/15/";
     $.getScript(scriptbase + "SP.RequestExecutor.js", function () {
                    var createitem = new SP.RequestExecutor("http://servername");
                    createitem.executeAsync({
                        url: "http://servername/sites/cpg/" + "/_api/web/lists/GetByTitle('SalesRecord')/items(" + attachmentitemid + ")/AttachmentFiles/add(FileName='"
    + fileName + "')",
                        method: "POST",
                        binaryStringRequestBody: true,
                        body: binary,
                        success: fsucc,
                        error: ferr,
                        state: "Update"
                    function fsucc(data) {
                        //alert( data.statusText + "\n\n" + data.responseText);
                        console.log(data + ' uploaded successfully');
                        deferred.resolve(data);
                    function ferr(data) {
                        //alert( data.statusText + "\n\n" + data.responseText);
                        console.log(fileName + "not uploaded error");
                        deferred.reject(data);
    Please hekp in this case. This complete code is written within content edito web part. 
    Regards:
    Sanjay Joshi

    Hi,
    According to your post, my understanding is that you have an issue about upload multiple documents files into library vai REST API.
    As you have said, you have used the hard code url in your code.
    How about use the _spPageContextInfo.webAbsoluteUrl method to get the url?
    I have used this method to get the url, then use the code in the article you have pasted within a content editor web part to upload the files.
    You can replace the hard code url with the _spPageContextInfo.webAbsoluteUrl method, then check whether it works.
    Thanks,
    Jason
    Jason Guo
    TechNet Community Support

  • Help Required - Upload Multiple Documents functionality sometimes disappears in SharePoint 2010

    Hi All,
    We have a web application created in SharePoint 2010 & there we were facing an issue of not able to Upload multiple documents. After doing search on google, we have found that
    pre-requisites for this functionality to be working properly are as follows:
    Client Integration needs to be enabled for the web application.
    The STSUpld.UploadCtl IE add-in must be enabled. (located in C:\Program Files (x86)\Microsoft Office\Office12)
    The 32 bit version of Internet Explorer. The 64 bit version does not support it and neither do other, non IE, browsers.
    Office 2003 or newer on the client.
    After meeting all the above requirements, We are now able to see the Upload Multiple Documents link but we are failing in below 2 scenarios:
    On some machines it is working fine & on some it is not.
    On some machines, this option is available for sometime & sometimes it disappears.
    If any one of you have experienced the same problem, then please help us with your valuable suggestions & possible solution for it.

    Hi Manish,
    We've just been experiencing your initial issue with Office 2007 clients not being able to use the multi-file upload functionality.  Sure enough....turning on presence information in Central Admin fixes the issue.  The strange thing is though that
    when presence is turned off, Office 2003 and 2010 clients still work fine and it's only 2007 clients that fail.  Also this issue appeared to only exist for us inside applications that have been upgraded from MOSS2007 to SP2010.  Any new applications
    of even new site collections within an upgraded application worked fine across all 3 Office versions.
    Coincidently, we're also experiencing the more recent issue you've come across with files not uploading after clicking OK in the ActiveX.  Nothing happens.  Office 2010 clients work fine but 2003 and 2007 clients just don't upload the selected
    files.  We've found a workaround which "fixes" the issue but brings it's own set of problems so it's not ideal.  Here's what we've done...
    1. Open IIS, and navigate to the web where you want to use multi-file upload
    2. Select Handler Mappings and Add Script Map
    3. Set Request Path - shtml.dll
    4. Set Executable - C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\SHTML.dll
    5. Set the name to something meaningful - Multi File Upload
    6. Leave the Request Restrictions as default
    This should fix the issue with files not uploading but unfortunately it also prevents SharePoint Designer from accessing the site.  For the application where we desperately need multi-file upload we can manage without SPD access so it's not the end
    of the world but not ideal.  We've actually got an outstanding incident logged with Microsoft to resolve this issue but they've yet to find a solution for us.  We suggested to MS that we update authentication to Kerberos from NTLM and retry as we
    seem to be getting 401 errors in the call stack so thought that could be related.  We've not yet configured Kerberos so I'm not sure whether this is a solution or not.
    One other point worth mentioning is that SharePoint Designer 2010 (which is free) installs the latest version (14) of the Upload ActiveX and with this installed the uploads work as expected.  Also if you have Silverlight and SPD2010 installed then you
    get a Silverlight control to do the upload which also works fine.  Again, not ideal as rolling out SPD 2010 to affected clients isn't really a suitable solution.
    Sorry I can't be any more help.  Hopefully my findings might point you in the right direction.  If you do find a solution (other than the IIS handler mapping) then please re-post here,
    Good luck,
    Ben

  • Upload Multiple documents in SharePoint document Library not working

    Hi All,
            I have folder on my desktop which consists of nested folders and files(Total 11 files) .And when I select "Upload multiple files" option to upload documents and drag the folder from the desktop in pop-up window .
             The sharepoint document library uploads only 1 file among all the nested folders from 11 files.Can any one help me how can I solve this
    Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

    Hi,
    I understand you encountered the issue when use "Upload Multiple Documents" to Drag Files and Folders to upload window.
    When you say "The sharepoint document library uploads only 1 file among all the nested folders from 11 files", do you mean you have drag all files and folders to the window, while only 1 file is uploaded sucessfully? Or you cannot find all expected
    folders and files?
    Please manually open "Windows Explorer" to locate files and drag files from "Windows Explorer", instead of using the "Open window"
    opened by "Browse for files instead" as below:
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Uploading Multiple Documents To a List Item sharepoint 2010

    hi Guys ,
    Is there a way we can enable (out of the box )Uploading Multiple Documents To a List Item sharepoint 2010 ?
    cheers

    No, There is no OOB way to do the same you have to build a custom Page/Control OR customise OOB Form to attache multiple files and that will be through integration of ajax based control (multiple file uploader.)
    the other way to do the same is provision a custom field. we have done this for our many  clients.
    Hi, I also encountered the same problem, could u pls provide detailed information by a custom field?

  • STSUPLD.DLL not recognizing as an add-on; upload multiple documents disabled

    On my client system, Windows XP, Office 2007 and IE8 is installed. It is a 32 bit system. On the Sharepoint site, "upload multiple document" feature is disabled. After searching for the cause, I came to know about the STSUPLD add-on that needs
    to be enabled otherwise it remains greyed out. So I copied the DLL file to C:/.../Office12/STSUPLD.DLL
    IE does not detect any add-on when I start a new browser session. Between copying the DLL, and starting a new browser session, followed by checking Tools-->manage add-ons, am I missing an important step? (like installing...etc.)
    Thanks

    easy way is, if you can install the Office client on the server, the control will be available.
    also check this post for further detail:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/1a5af332-ed21-41ee-bf64-9122a7439623/sharepoint-not-activating-stsuplddll-upload-mutliple-documents-greyed-out?forum=sharepointgeneralprevious
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How can i see my formatted document??

    Hi,
    I have this table
    CREATE TABLE ARCHAEOLDB(
    ID_DOC NUMBER(5) PRIMARY KEY,
    NOME_DOC VARCHAR2(200),
    FMT_DOC VARCHAR2(10)
    this is an example of my formatted document in my table.It has stored in my file system
    INSERT INTO archaeoldb VALUES(1,'RapportiSiciliaMagnaGreciaEtruriaTestimonianzaAraTarquinia.doc','binary');
    My datastore is file_datastore, and my filter is inso_filter.
    How can i see my formatted documents from php?
    I tried to create a table that contained the text of every document,using ctx_doc.Filter, in this way
    create table doc_filter
    query_id number constraint doc_filter_key primary key,
    document clob,
    format_doc VARCHAR2(10) default ‘binary’
    begin
    Ctx_Doc.Set_Key_Type ( Ctx_Doc.Type_Primary_Key );
    Ctx_Doc.Filter
    index_name => 'archindex' ,
    textkey => '2',
    restab => 'doc_filter',
    query_id => 2,
    plaintext => true /* try the effect of FALSE */     
    end;
    but if i runned from php
    select format from doc_filter where query_id=2 ;
    the result was a not formatted document..
    how can i solve my problem??
    if there are other solution, it's ok!!
    I tried in many ways, but i can't solve this problem!!
    thankyou

    SORRY!

  • HT1351 I can't see device as an option when I try to sync my ipod

    I can't see device as an option when I try to sync my ipod

    Any ideas what I can do

  • Can't see my pages documents after updating to IOS 6

    After updating my iPhone 4 to IOS 6, now I can't see my pages documents in the cloud, what in the **** happen after updating?
    Can anyone help me?
    Thank you in advance

    Did you tried to make a new one?
    If that's not working, remove Pages from Multi Tasking and Force Restart your iPhone by holding Power & Home buttons until restarts. (Ignore "Slide to Power off.)

  • Where can  we  see the  " Change document history " of  internal order .

    Dear  Experts
    Where can  we  see the  " Change document history " of  internal order .
    which are the tables  help us  to  get the  change  document history .
    Eg : The   Order  From  CRM  get  replicated  to internal order in  ECC . When   we  do 
    some  changes ( addition  of new  line  item ) in  CRM  , it  will update the internal order in  ECC.  I  want to   see the  changes in  Internal order .
    Regards
    Raj

    Hi  Rupesh
    Thank you  Rupesh   for your  updation and   Answer .  i  still have some  doubts . i  tried  the  same in  system ,  here are  some of   my  findings ,
    Will   it  gives  complete date wise  log  of   changes in  I/O. -  I am not  able  to   see the  full   log
    Eg :  When  ever make  some  changes in   The CRM   order ,  the   changes  get  replicated  to  ECC as  the  CRM REMOTE as the user , But   here i could not  get that  complete  history  of  change .
    If you  have  any  other  solution , pls  let me  now .
    Regards
    Raj

  • Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library

    Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library.
    I have tested the library using a standard email (with attachment) to the library and this works fine. 
    I have monitored the drop folder on the server and I can see both emails being picked up in drop and processed by SharePoint.  The email sent from a regular email account is uploaded with the attachment, whereas the email sent via SSRS subscription
    email is uploaded and the attachment (report) is missing.

    An update on this.  The email when sending from SSRS subscription is received in the library and the attachment is contained within the .EML file uploaded.
    The behaviour that I would like from SSRS subscription emails are to just have the document and not the email.
    Below is a snippet of the .EML files I quick copied from the Drop folder.
    Email attachment snippet sent from SSRS Subscrption:
    ----boundary_2477_75fa3d73-56de-4948-ad82-6588f3a35b95
    Content-Type: application/octet-stream; name="Toilet Usage by Month.docx"
    Content-Transfer-Encoding: base64
    Content-Dis;
     filename="=?utf-8?B?VG9pbGV0IFVzYWdlIGJ5IE1vbnRoLmRvY3g=?="
    Content-ID: <10722c0f-749e-4ecb-ac3f-206317bae734>
    UEsDBBQAAAAIAEVcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgA
    KKAUAAAAAAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9
    I8T2TDvAzFuaPrE1kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//p
    v3/x+Qe/fnr75WevX/3lD9qfHz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXn
    r189/eUPvn768gcf/KeP/uNv/uIXr19+9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++
    /NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9evP27r9788OXrL968ePfZzz/7/LN3
    X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL13/7t5+9fPr2p+/e4os/
    5f1+8yaffPshv3+Pj4/l3a++e5Ff/1Pv9tdffP7d3/vNmz/lvf3i7YvfPL6AX3z+zTv6
    Email attachment snippet sent from Outlook:
    --_004_A4C6DCEDE4346446A79AFF493D278530FB87FA07MELABCDEXA1airp_
    Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document;
     name="Toilet Usage by Month.docx"
    Content-Description: Toilet Usage by Month.docx
    Content-Dis; filename="Toilet Usage by Month.docx";
     size=76574; creation-date="Thu, 12 Mar 2015 00:41:14 GMT";
     modification-date="Thu, 12 Mar 2015 00:41:14 GMT"
    Content-Transfer-Encoding: base64
    UEsDBBQAAAAIAMJcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgAKKAUAAAA
    AAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9I8T2TDvAzFuaPrE1
    kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//pv3/x+Qe/fnr75WevX/3lD9qf
    Hz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXnr189/eUPvn768gcf/KeP/uNv/uIXr19+
    9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++/NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9e
    vP27r9788OXrL968ePfZzz/7/LN3X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL

  • Disable Edit Report Option from SharePoint 2013 PowerView Dasboard

    Hi All,
    I have PowerView Dashboard in Sharepoint 2013, In a Preview Bar there are three options i.e. File, Edit Report, Full Screen.
    The requirement is disable only Edit Report Option from preview bar not all.
    Please help me if there is any possibility for the same.

    Hi,
    Based on your description, you want to disable the edit report option from SharePoint 2013 PowerView Dasboard.
    There is a workaround:
    You can change the permission of the report. You should upload the report to a SharePoint library and set a user have read-only permission of the report. When the user open the report and save the changes, it will have error. The user cannot edit the report.
    The article below is about change the report permission in order to disable the edit option.
    http://parasdoshi.com/2013/10/30/a-note-about-edit-report-button-seen-on-power-view-in-sharepoint/
    Best regards
    Sara Fan
    TechNet Community Support

Maybe you are looking for

  • Serial Number CS5 help Menu?

    Hello- Trying to locate my serial number, and no I don't have it on Adobe.com.  But I found a serial number located in CS5 under the Help Drop down, under System Information.  Is this the actual Serial Number?  Just trying to find it because I'm gett

  • Tag;   Could you explain how it works?

    Let?s say, I have dozen of elements (floating point numbers) in a 1-D array. I am planning to do mathematical manipulation and sort it later. However, I have to keep track of where all the elements have placed. I wish to add tag to each element in th

  • I have Mac OS X 10.6.8 (10K549) and my software update won't work

    I click software update and it checks if I have an update and it says I do. Then, I click "install and restart" then these multiple screens pop up asking if I want to install these certain updates and I click install for each one. Then my computer st

  • Native application installer fails on Mac 10.5.8 every other time

    Hello, I have a native AIR 2.0 application with a native installer which I silently install as a part of a bigger package. On Mac, I have a DMG which contains the native installer app and a shell script which copies the native installer app into a te

  • Can't access webpages on mac

    Hi i was wondering if someone can help me. I can't access most webpages. i can go onto google but when i double click a link it won't let me access it.