can you please provide how can i enable drag-n-drop functionality in dhtmlx valut
and i want to disble other buttons once one action is performed, for eg if files are uploading then i want to disable delete and clear buttons and once uploaded then enable them again.
or if you can provide me detail about how can i use a loader image during file upload then my disable button probelem will be resolved.
can you please provide how can i enable drag-n-drop functionality in dhtmlx valut
just include the following file (pro version only): ext/dhtmlxvault_dnd.js
and i want to disble other buttons once one action is performed, for eg if files are uploading then i want to disable delete and clear buttons and once uploaded then enable them again.
unfortunately current version do not have such functionality
or if you can provide me detail about how can i use a loader image during file upload then my disable button probelem will be resolved.
not sure I understood you properly. please attach any image/screenshot with info what kind of image/where it should be placed?
Thanks for quick feedback.
What i mean about using a loder image is after adding files in Vault que ajax fires and it starts uploading the files, if we can use overlay or make faded background so that user should not be able to click on the screen until all files are not uploaded. then we can use “onUploadComplete” method to remove the overlay or faded background and user will be again able to add/delete files.
So the question is is there any method of vault that can fire before ajax starts?