You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please tell me how to disable dropzone just like the following command
As other widgets based on jQuery UI Widget, the File Upload widget can be disabled/enabled:
$('#fileupload').fileupload('disable');
$('#fileupload').fileupload('enable');