<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Blake.</div><div><br></div>You where right to look at the world itself for handling that drop event. However, it's not in the world's menu, but implemented on the world. Take a look at<div><i>lively.morphic.World>>#onHTML5Drop </i>in the module<i> lively.morphic.Event.js</i> with the System Code Browser (which is in the Tools category of the world menu).</div><div>There you'll see where the <i>FileUploader>>handleDroppedFiles </i>comes into play.</div><div><div><br></div><div>Best,</div><div>Lauritz<br><div><i><br></i><div><div>On Feb 1, 2012, at 1:58 PM, Fabian Bornhofen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Blake -<br><br>here's a hint for the file uploads hook: core/lively/morphic/Events.js<br>-> lively.FileUploader>>handleDroppedFiles might be what you're<br>looking for.<br><br>Have fun!<br>Fabian<br><br>On Wed, Feb 1, 2012 at 1:43 PM, blake <<a href="mailto:dsblakewatson@gmail.com">dsblakewatson@gmail.com</a>> wrote:<br><blockquote type="cite">So, a very cool thing about LK2 is that you can drop a file on a world<br></blockquote><blockquote type="cite">and will be uploaded.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I'd like to start my "serious" explorations by hooking into that<br></blockquote><blockquote type="cite">process. I want to be able to read dropped files and report back on<br></blockquote><blockquote type="cite">their contents. I'm thought I might be able to find something in the<br></blockquote><blockquote type="cite">world menu itself but no luck (so far).<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Anyone got any pointers?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Also, is it possible to localize LK2? I'd like to have my own<br></blockquote><blockquote type="cite">installation; I do some stuff with data that's secure/sensitive. Don't<br></blockquote><blockquote type="cite">really want that going out to the universe in general. (I may have<br></blockquote><blockquote type="cite">asked this arleady; my apologies.)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">===Blake===<br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">lively-kernel mailing list<br></blockquote><blockquote type="cite"><a href="mailto:lively-kernel@hpi.uni-potsdam.de">lively-kernel@hpi.uni-potsdam.de</a><br></blockquote><blockquote type="cite"><a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br></blockquote>_______________________________________________<br>lively-kernel mailing list<br><a href="mailto:lively-kernel@hpi.uni-potsdam.de">lively-kernel@hpi.uni-potsdam.de</a><br>http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel<br></div></blockquote></div><br></div></div></div></body></html>