Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Plugin files

blueimp edited this page Apr 30, 2011 · 41 revisions

JavaScript

  • jquery.fileupload.js is the basic plugin - it enhances the file upload process, but doesn't make any assumptions about the user interface or the content-type of the response.
  • jquery.fileupload-ui.js is an extension to jquery.fileupload.js. The UI version expects JSON as the response content and adds some user interface methods, but doesn't provide any HTML content itself.
  • example/jquery.fileupload-uix.js is an extension to jquery.fileupload-ui.js and a full implementation example.
  • example/application.js is an example how to initialize and use example/jquery.fileupload-uix.js.
  • tests/tests.js contains the JS code for the unit tests.

CSS

HTML

PHP

Other

Clone this wiki locally