fileUpload inside Action Modal

I'm creating an action where User is able to send emails. On email form action I create a new action where I want to open a modal where user can manage Attachments, currently I'm using FileUpload, but I'm not achieving to get the file after upload and not make it so that when it returns to this modal it already presents the selected files. Do you have any idea in hot to do this without creating a custom component view ?
4 Replies
leoblanski
leoblanski5mo ago
Example:
No description
leoblanski
leoblanski5mo ago
So when clicking on this option, I would like to select the files to attach on Email:
leoblanski
leoblanski5mo ago
No description
leoblanski
leoblanski5mo ago
Any idea ?