| jQuery.wijmo.wijupload Namespace > options type : accept Field |
Default value: ""
Specifies the accept attribute of upload. This is an attribute of the file input.
| Javascript (Usage) | |
|---|---|
var value; // Type: string value = jQuery.wijmo.wijupload.options.accept; | |
| Javascript (Specification) | |
|---|---|
| |
$(".selector").wijupload("accept", "image/*")