I have an element (which allows you to upload multiple files). I would like to use javascript / jquery to get a list of the files that were selected for download. Is it possible?
The item looks like
<input type="file" name="files[]" multiple/>
I get files with a Play Framework controller (Java), but this is not very useful for the question.
source share