Posting to /_layouts/15/upload.aspx is not working on SP Subscription Edition

Fernando Vargas 1 Reputation point
2022-03-14T21:14:23.687+00:00

In SharePoint 2013 it was possible to post data (files) to /_layouts/15/upload.aspx?IsAjax=1&List={GUID}&RootFolder=/Sites/Site-A/LibraryName as a means to uploading files to a library.
Why is it not working anymore?

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,597 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tong Zhang_MSFT 9,141 Reputation points
    2022-03-15T05:55:38.713+00:00

    Hi @Fernando Vargas ,
    According to my testing, please try to change the "IsAjax=1" as "IsAjax=2",it can upload files.

    Here is an example you can refer to:

        /_layouts/15/Upload.aspx?IsAjax=2&List={GUID}&RootFolder=/sites/site/Library-Name  
    

    183163-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.