web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / JS File Loader to Azur...
Power Pages
Unanswered

JS File Loader to Azure Blob?

(0) ShareShare
ReportReport
Posted on by 2

Hello!  I have a requirement to have a drag-and-drop type file uploader on the portal as opposed to the subgrid method.  We are currently leveraging Azure Blob storage, so wanted to see if there is a way to do a custom file loader and have them saved over to Azure blob.  

 

Thanks!

Categories:
I have the same question (0)
  • eugenevanstaden Profile Picture
    441 on at

    @Rachel_Palya 

    This can definitely be done. You can upload to the blob via JS, Power Automate - or use a Companion Api setup, which is my preferred mechanism,

    Use OAuth 2.0 implicit grant flow within your portal - Power Apps | Microsoft Learn

    Example custom doc upload on a Portal

    eugenevanstaden_0-1668393582417.png

     





  • Rachel_Palya Profile Picture
    2 on at

    Thank you for the reply!  Do you by chance have any references on the steps to do this? Thanks!

  • eugenevanstaden Profile Picture
    441 on at

    @Rachel_Palya 

    What I usually do is to add an empty section on my form, then with Javascript in the Form I select the section and inject my VueJs file upload app.
    eg.

    documentUploadContainerId = "#document-upload-container";
    docUploadSectionCell.append($(documentUploadContainerId));
    VueComponents.createDocumentUpload(documentUploadContainerId);
    $(documentUploadContainerId).show();

    But you can do this in Jquery also - as long as you can select a component to scaffold your file uploader. 





Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Pages

#1
Suriyanarayanan V Profile Picture

Suriyanarayanan V 11

#2
Fubar Profile Picture

Fubar 6 Super User 2026 Season 1

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 5 Most Valuable Professional

Last 30 days Overall leaderboard