Hello ! Is there any way I can upload several files and makw only one request? Because, using the traditional FileReference.upload() method, this is applying to each of the files and the request is made for every file.
Is there any other alternative except FileReference.upload(). Thank you !

