Cross Browser Multiple File Selection
Cross Browser Multiple File Selection
Multiple file selection allows users to select multiple files in the file picker.
Browser Support
Multiple file selection is already supported by all major browser so it should be really easy to get it working cross browser.
Code Example
You can use Multiple file selection like this:
<label>Cc: <input type=email multiple name=cc></label>
More Information
More information can be found here.