Well, in my company we have a legacy web system that uses JSF 1.2, Seam 2.2 and RichFaces 3.3
Well, there's one part of the system that uses rich:fileUpload with FlashSupport, but as we know Flash won't be supported anymore by the end of 2020.
The question is: is there some way to change this rather than migrate the system to new techonologies? (This will be done, for sure, but problably only in 2021).
Thanks in advance. Raphael
my company went through the same problem and we developed a way to use the component without flash with several uploads. Follow the code. Basically the javascript takes the multiple files in the input and sends it in a queue to the rich component simulating multipload.
arquivo.js