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
I have set my options with maxFiles: 1 and when I drop more than 1 file I get a message You can not upload any more files. but I still have multiple images in my dropzone:
Is there an easy way to replace the current uploaded file with a new file?
What I've tried is to add a file added event and than remove the current file:
I have set my options with
maxFiles: 1
and when I drop more than 1 file I get a messageYou can not upload any more files.
but I still have multiple images in my dropzone:Is there an easy way to replace the current uploaded file with a new file?
What I've tried is to add a file added event and than remove the current file:
But when I run this code the image that's being uploaded is removed...
The text was updated successfully, but these errors were encountered: