Is it possible to drag a folder onto a gears desktop drag and drop ogject? I've tried, and get an ondrop event; desktop.getDragData( event, 'application/x-gears-files') returns an with a null file list. Not what I expected.
What did I expect? Well, I hoped that the event would contain all the files in the folder, including all files in that folder's subfolders - perhaps as a list under the folder name, but at least looking as though the drop had been of each file. Use model is user creates (or has) a folder of things to post. It's not bad if one just has one folder; but if there's hierarchy of folders, it's much easier to drag the top folder than to walk through all the subfolders, selecting all the files and dragging them. Am I missing something? If not, please consider it a wish list item.
