My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

JLjs - scripting Jumploader made easy

Jumploader is a popular File Uploading Applet that can be easily embedded into HTML Webpages. It offers a powerful Javascript API, that controls the zillions of functions and configuration options offered by the applet.

Although I'm a big Jumploader fan, IMHO the API is a bit over-complicated, "old-school" and requires you to write lengthy code.

To compensate this, I came up with JLjs, a library that should simplify Jumploader scripting greatly. It doesn't only ease API access, but also comes with useful utility functions for common jumploader tasks.

Feature highlights/plans:

  • global JL object that provides all functionality - lets you quickly identify Jumploader-related code.
  • javascript-like Event Model (e.g. JL.onload instead of appletInitialized)
  • configure multiple upload/view parameters with one function call
  • useful utility functions (e.g. attach an entire HTML form to your upload, estimate compressed filesize before upload, determine file type,...)

Check the JljsDocumentation and get JL.js source code.

Powered by Google Project Hosting