Am I right in thinking that Cappuccino doesn't currently integrate external drag/drop operations into its drag/pasteboard mechanism?
I see some (old) discussion on various frameworks to handle file uploading, and I've used drag and drop in my app for moving items around in various places (table rows for instance), but these have Cappuccino as the source of course.
I'd like to accept file drops in my app onto one of several CPCollectionView items.
I can register for file/URL drag/drop operations on the CPCollectionView, but I have not so far seen any evidence that the Cappuccino framework 'sees' and processes these external drag operations like it does for internally-sources drag/drop.
Assuming someone can confirm this doesn't work, then I suppose I can try HTML5 drag and drop and call into my Cappuccino app to do my own hit testing and drop handling on these CPCollectionView items. Although, if anyone has any tips on this before I launch into it, that would be great!