I want to create multiupload file component with possibility of removing added files dynamically with javascript (when user click on close button on file preview).
I tried to use <input type="file" name="files[]" multiple/>
But as I found later there is no possibility of changing file input value dynamically :(
So what should I do for solving this problem? How to make possibility of removing files from form after it has been added by user?