Download Selected Files using Salesforce Lightning Aura Component
In Salesforce, we can use Quick Action using Lightning Aura Component to allow users to select the files and download the selected Files. Apex Class: public with sharing class MassDownloadFilesController ....