inputName

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

string inputName;

Example

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

Details

The value is "upload" by default.

Back to top