Search code examples
twitter-bootstraptwitter-bootstrap-3jasny-bootstrap

Jasny Bootstrap: can I specify File Input to accept only images?


I use Jasny Bootstrap for file input: http://www.jasny.net/bootstrap/javascript/#fileinput

Is it possible to specify the input file type to accept only images? Like this:

<input type="file" name="pic" id="pic" accept="image/gif, image/jpeg" />

Solution

  • Yes, this is possible, since it's a standard attribute value for the tag. Jasny doesn't change anything about that.

    However, you should be aware that the tag does not work in all browsers: http://caniuse.com/#feat=input-file-accept