Hi All, the user of my application needs to upload multiples files at a time. So I did a javascript function that adds file inputs to the page, but I don't know how to get these files before, because I can't have a managed property for each of them..
How can I do this? Thanks

