something a bit quirky about the current drag and drop behaviour - if I drag an image from a browser into my app, I get something that claims to be a FilesList, but when I ask for the files, it gives me a URI to a something.url file in the temp dir, which if I read it, ultimately contains the actual URL I wanted. A bit odd, considering that FilesList is actually a URI list.