I have a file input with multiple attribute
I want when user select multiple file in this control split those files and create multiple file input with each one having only one of those files selected.
This allow a user to select multiple files at once but delete them individually if he wants.
Beside i want to ajax upload those files one by one while allowing user to cancel any of those file being uploaded.
any idea.