Closed leonardo-percoco closed 3 months ago
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.