option to upload the files on a final click #1132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi There ,
Would like to avoid the file to be uploaded immediately when file selected or drag or drop done.
Later the logic will be implemented to loop over the uploader queue and make the required calls ad get the files uploaded.
As of now we are not able to do the same:
Is there any setup change that needs to be done to have this flow running?
Basically i want to have all the required validation in place : like mime type match and also the file type check . So the events should still work as before.
The only change is i dont want to call the api when files are selected .