inputName

sets the name of the uploader input (the button to upload files)

string inputName;

Example

{ view:"uploader", inputName:"myFile" }


Default value:

"upload" Back to top