enables/disables displaying the initial screen (when no files are selected)
mode | boolean | true/false to enable/disable the initial screen |
var myUploader = myForm.getUploader(name);
myUploader.enableTitleScreen(true);
similar to the titleScreen parameter
Back to top