The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Multiple File Selection

shutterstock_234378844
BLOG / Web Development

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.