I have a element (that allows multiple file uploads). I would like to use javascript/jquery to get a list of the files that have been selected for upload. Is this possible?
The element looks like
<input type="file" name="files[]" multiple/>
I am receiving the files with a Play Framework (Java) controller - however that's not really useful for the question.