Fink2

TwitterFacebook
Get flash to fully experience Pearltrees
https://www.assembla.com/spaces/liftweb/wiki/AJAX_File_Upload

AJAX File Upload | Espacio Lift

There is also this example of ajax upload using lift and MongoDB Ajax Upload with drag and drop Regular AJAX calls (using the XmlHttpRequest object) have not traditionally supported file upload. Recent changes to the specifications have been implemented in the newest browsers, but most browsers in the wild still don’t support it. Fortunately, there’s an old technique that can be used to transparently change a Lift ajaxForm with a file upload component to work properly without having to deal with Flash or any other techniques.

How to debug a lift application under eclipse or idea - Lift | Grupos de Google

http://groups.google.com/group/liftweb/browse_thread/thread/b590a8945c9c8706 Hello, Here's what I have, it might help you: In sbt (0.11.2) run script, I added the following jvm args: -Xdebug -Xrunjdwp:transport=dt_socket, server=y,suspend=n,address= 5005 Then every time you start sbt, it will be waiting for a debug connection on port 5005.