Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 575 Bytes

Mootools uploader

FancyUpload has a second life!

This package contains a transparent Uploader class that uses the upload adapter most appropriate.

Supports three modes

  • Request (HTML5, multiple)
  • Swiff (Flash, multiple)
  • IFrame (simple HTML form callback)

Common stuff is abstracted away to base Uploader namespace and File classes are refactored so they can be mixed in in any other widget class. They also include a common mixin so you can define some common methods.

Credits go to digitarald and others who kept this project alive.