kartik-v / bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
http://plugins.krajee.com/file-input
Other
5.36k stars 2.4k forks source link

Drag Icon Not Visible #1867

Closed leonardo-percoco closed 3 months ago

leonardo-percoco commented 3 months ago

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.

kartik-v commented 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?