sets the text of the initial screen
text | string | the text which should be set |
var myUploader = myForm.getUploader(name);
myUploader.setTitleText("Select files for upload");
the default text of the screen - ”Drag-n-Drop files here or click to select files for upload”.
The method is similar to the titleText parameter.
Back to top