Hi everyone,
How can I Upload multiple file and want to show the attachment name and type in the aura component? #Salesforce #Ask An Expert #LCAnswers
5 respostas
Hi Ananya,
you can get the idea of uploading multiple file from this link
https://salesforcecodex.com/salesforce/upload-multiple-files-in-lightning-component/
here is the reference from the salesforce library
https://developer.salesforce.com/docs/component-library/bundle/lightning:input/documentation
after uploading you can get the idea from this article to see how to use those files in aura component
hope it helps
Best regards
Piyush Singhal