function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Phuc Nguyen 18Phuc Nguyen 18 

Multiple file upload component

Hello,
 I have a functioning component where I can have a user upload 1 attachment at a time.  I would like them to be able to upload multiple attachment at a time and then save.  I have found plenty of information on this topic but my component doe snot reside in SF.  I have a standalone process that utilizes lightning out.

Thanks,
P
Dev-FoxDev-Fox
Hi Phuc,
Use script instead which helps to select mupltiple files at a time.
like this: https://stackoverflow.com/questions/8669579/multiple-files-select-and-upload
Dev-FoxDev-Fox
Remember, size of files also matters