In This Topic
Sets a value indicating whether uploaded file must be opened in viewer after file upload.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiUploadFileButtonJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_OpenFile(value);
function set_OpenFile(
: boolean
) : any;
Parameters
- value
- True - uploaded file must be opened in viewer after file upload; false - uploaded file must NOT be opened in viewer after file upload. Default value is True.
Browser Compatibility
See Also