I have this input of type \"file\", and I want to change its files list. Example:
input
\"file\"
files
What you want is using the multiple attribute on the input element. That way, in newer browsers user will be able to select multiple files to upload.
multiple