Gets or sets a value indicating whether it is possible to add descriptions to files.
$au.uploader({ //...other params... enableDescriptionEditor: true, //...other params... })
Type: Boolean
If true
, a user can add descriptions in the following ways:
Otherwise, descriptions can be added through the description property only.
Default value is true.