Gets or sets a title of the Name column in the Details
view.
$au.uploader({
detailsViewColumns: {
//...other params...
fileNameText: "Name",
//...other params...
}
})
Type: String
The title of the Name column in the Details
view.
Default value is "Name".
This property is necessary for localization of Image Uploader.