Custom drag and drop file interface - Can I create a ghost element to position the new entry before dropping?
Currently I have implemented a basic drag and drop listener for my sortable element, and it simply appends the new entry to the bottom of the list.
However it would be really cool if I could drag my file over the Sortable element and have it generate a new ghost element between items, so I can position my new-to-be-item on dropping (releasing left mouse button)
I will also need the ability to cancel if I press Escape key before dropping.
Is this possible with the current API? If so, how would I do it?
Something like this? I'm trying to figure this out also.

Any solutions?
Any updates on this? Also needed.