File-input can't have clickable zone

71 views Asked by At

I have a problem with file-input. When i click in the drop zone, i want shop the file browser. I found in the doc the option "browseOnZoneClick", but it doesn't work.

$("#MYINPUT").fileinput({
            theme: "fas",
            language: "fr",
            browseOnzoneClick: "true",
            allowedFileExtensions: ["xlsx"]
        });

Can you help me please ?

1

There are 1 answers

0
Chris A. On BEST ANSWER

You have a maj issue on the option browseOnZoneClick. I think this is the problem.