but I cant find it in wappler 7.9.7. also the code says :
<input type="file" id="inp_lead_import_file" name="lead_import_file" class="form-control atlas-import-dropzone" is="dmx-dropzone" message="Træk Excel-filen hertil eller klik for at vælge fil" accept=".xlsx,.xls" data-rule-maxfiles="1" data-msg-maxfiles="Du kan kun vælge én Excel-fil." data-rule-maxsize="15728640" data-msg-maxsize="Excel-filen må højst fylde 15 MB." required="">
</div>
Inspect the element in devtools, go to the Elements tab and click and then the file input in the browser. The Elements panel should show a div structure instead of the input like:
If it still shows the original input then the component is not rendered correctly. Do you see dmxDropzone.js being loaded in the Network tab.
I deleted the dmxdropzone and tried again…third time, it worked…Not quite sure why or what did it, but its working now, so thanks for the input, to help me out…
I have had a few issues recently with components .js not being added to head in node.js layouts. Maybe that's it?
Will bug report this when i can capture it.