Forum Discussion

rjdev4523's avatar
rjdev4523
Copper Contributor
Jul 04, 2023

SharePoint Online Document Library File Upload Customization

Hello, I am looking for ways to customize File Upload behavior for Document Library instead of default OOB behavior. By customization, I mean extracting few metadata from file name, take few inputs from user and few validations. I wanted to know if this is feasible in SharePoint Online Modern experience sites. Any guidance in this regard is very much appreciated. Thank you.

3 Replies

  • Paul de Jong's avatar
    Paul de Jong
    Iron Contributor

    rjdev4523 

    You can add additional columns to your content type and use Power Apps to accomplish this.

    Another approach is to use 3rd party apps that provide this functionality. see e.g. Collab365 https://collab365.com/best-document-management-solutions-for-sharepoint/
    and here for an example https://www.slimapplications.com/wp-content/uploads/2020/05/ExplorerUploadOverview_2Labels.png.

    Something to be aware off is that users may add content via different ways such as browser, OneDrive for Business client, mobile devices, ... or documents may be uploaded by external applications.

    • rjdev4523's avatar
      rjdev4523
      Copper Contributor

      Paul de Jong Thank you for your response. Unfortunately, in my current project we would not get PowerApps license and third party apps are not preferred by customer. I was researching but not sure if SPFx can help here with Form Customizer extension. I see example for List forms only but nothing on Libraries.

      • Paul de Jong's avatar
        Paul de Jong
        Iron Contributor
        I do not know much about Form Customizer so hopefully someone can chime in. The example referenced above is an SPFx app but completely changes the UI. Ideally you want a solution that extends the standard modern view and only exposes the metadata upon uploading a document.