Hello again!
I have made a directory walking hook for drag and drops using LiveView and javascript, however, i cant seem to understand how i can fill out the relative path member in the object returned by consume_upload_entries in the javascript hook, how is this exposed normally, javascript side, as it works fine when i manually select the input but it doesnt work when i drag and drop, i do also have the phx-drop-target attribute set in my .heex file.
I thought this would be easy but i really cant find any documentation on it 😅
Im thankful for any help.