I think this might be in reference to my project over the summer, µJuicer (http://www.vimeo.com/1288036).
Now that B+ is released in the wild, I'm really excited to put this online. The only snag is that I don't know how to do client-side file-handling for vCards. Namely, I want to read in the content from DragAndDrop directly into JS and parse it through that.
Originally for my demo, I wrote a one-line Ruby service that just did File.open(...).read, but that seems like a bad idea for something real. Any suggestions on the best way to do that now?
Hey Mattt,
welcome! I _was_ referring to your project when talking about vcards. In order to publish a working version online, it seems like the FileAccess corelet that we're talking about would be all you need. We're going to try to get this done in a matter of weeks, simply because it addresses several use cases. The functioning would be very similar to the ruby service you wrote, however it would also include the ability to get an ephemeral localhost URL so you can embed dropped images in pages without using imagealter, play desktop sourced video that the user has dropped, etc.
Additionally, I think you'll be interested in the mime type filtering we added for 2.1.6. This would allow you to set up a drop target or file browse that only looks for the file types that you're interested in. Can you enumerate the file types (extensions and mime types) you care about and I'll make sure that they're supported by the platform?
We'll twitter/blog/post here when the FileAccess service is available.
Finally, we'll set up a new forum under BrowserPlus called "Hacks", a place where people can drop links and descriptions of works that they've done so everyone can check them out and get ideas. A poor mans gallery if you will :)lloyd