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
Drag and drop is available only for FILES already uploaded and displayed in Initial Preview and not for files selected newly and not yet uploaded. Can you recheck your app code with this info and let know if this issue need to be opened?
Hi.
I am using this plugin with Bootstrap 5, JQuery 3.7.1 and Chrome.
I have inizialized the plugin in the following way:
$("#inp-theme-bs5-1").fileinput({
fileActionSettings:{
showUpload: false
},
showCaption: false,
showBrowse: false,
showRemove: false,
showUpload: false,
showUploadStats: false,
showUploadedThumbs: false,
browseOnZoneClick: true,
...........
})
The problem is that I do not see the drag icon to order the images.
Thanks for your help.
The text was updated successfully, but these errors were encountered: