background preloader

Fink2

Facebook Twitter

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. A full example implementing this technique is at . A similar technique, with file upload feedback based on Lift’s comet support and the jquery file upload plugin, is at . Technique While we now have AJAX as a first-class citizen and almost all browsers in the wild, AJAX file upload isn’t supported in most of those browsers. Implementation And that’s it! Examples. Programming Scala.

Blueprint: A CSS Framework | Spend your time innovating, not replicating. How to debug a lift application under eclipse or idea - Lift | Grupos de Google. How to build lift application with latest Lift (~2.4), Scala 2.9.1 and Eclipse Jetty 8? - Lift | Grupos de Google.