I haven’t seen any examples that do this. Is this not allowed in the API spec? I am searching for an easy drag-drop solution for uploading an entire folder tree of photos. Answer It’s now possible, thanks to Chrome >= 21. More info: https://protonet.info/blog/html5-experiment-drag-drop-of-folders/ As a note (from the comments) this code is not complete if more than 100 entries
Tag: drag-and-drop
Javascript – getting path of file dropped into HTA
I am building a little HTA for personal use, and would like to be able to drag and drop a file to the interface. Once the file is dropped, I would either automatically run it (assuming it fits some parameters I set, like file extension), or at least fill in the input box on the HTA interface. I’ve searched extensively,