02-21-2019 05:54 AM
Hello,
We have created a WF to attach multiple files to an object.
In this WF, user have to select file one by one to attach them.
Is there a way to select multiple files at the same time to attach them in one action?
Thank you!
02-22-2019 06:27 AM
Hi yly,
This is a known limitation of the Java control.
This functionality does work if you use the workflow as a standalone workflow in a browser, ie. Internet Explorer. Browsers have there own javascript that allows this multi file select. Only within the Java app do we lose the ability to upload multiple files at the same time due to the limitation.
02-22-2019 06:31 AM
ok, thank you Stephen.