An array of accepted MIME types. These are used to constrain the file types that the user can select while browsing and are implemented using the
"accept" parameter of the HTML input tag. Browsers vary in the way this parameter is supported - some allow the user to upload
additional file types and some don't, and some browsers do not support it at all - notably Internet Explorer prior to version 10.
See #setAcceptedMimeTypes(String[]).
Examples of MIME types are image/*, audio/*, video/*. See IANA MIME types for a complete list
of standard MIME types.
MIME types should be used to assist the user with browsing their file system; they should not be used as a means of validating which file types
can be uploaded - use #getFileTypes() to do this.
Examples of MIME types are image/*, audio/*, video/*. See IANA MIME types for a complete list of standard MIME types.
MIME types should be used to assist the user with browsing their file system; they should not be used as a means of validating which file types can be uploaded - use #getFileTypes() to do this.