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
Hi, I found a bug where you can upload multiples files via drag and drop, even if it has the following config:
[
'multiple'=>false,
'maxNumberOfFiles'=>1
]
This is done by dragging the file into the widget while another file is still loading.
PS: I tested this using the version 1.3.1
The text was updated successfully, but these errors were encountered:
Hi, I found a bug where you can upload multiples files via drag and drop, even if it has the following config:
[
'multiple'=>false,
'maxNumberOfFiles'=>1
]
This is done by dragging the file into the widget while another file is still loading.
PS: I tested this using the version 1.3.1
The text was updated successfully, but these errors were encountered: