Sets the text of the initial screen. The default text of the screen - ”Drag-n-Drop files here or click to select files for upload”.
Parameters:
var myUploader = myForm.getUploader(name); myUploader.setTitleText("Select files for upload");
Similarly to the titleText parameter.