Download Selected Files using Salesforce Lightning Web Component
In Salesforce, we can use Screen Action using Lightning Web Component to allow users to select the files to Download Selected Files. Apex Class: public with sharing class MassDownloadFilesController { ....