Easily style a file chooser and set restrictions:

See the code for this demo in the demo.html file of the file-input GitHub repository.

Select a file

We've restricted files to those with a "jpeg" or jpg" extension. Files also must be between 500 kB and 3 MB in size.

valid selected files:

No files selected.

invalid selected files:

No files selected.