dndf
Perform a drag'n'drop of file handler given full file path as text.
...Perform a drag'n'drop of one (or more) file handler given a text corresponding to the full file path.
In the standalone mode there is a text-area where you can usually drag'n'drop (or copy-paste) the "full file path" text, from any other program (notepad, browser).
In the called mode you can execute it by your local web server or similar and pass the path through arguments.
Why dndf.exe?
1. I develop some programs web-based to manage (index/search) my local files, but security policy of browsers denies me to perform drag'n'drop as a 'file handler' object from browser to other desktop applications.
2. ...