Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 849 Bytes

jfu - Go support for jQuery File Upload plugin

Golang + MongoDB + Memcached backend for the jQuery File Upload plugin.

All interaction with MongoDB is done thru a simple interface, so adding support for other datastores should be pretty easy.

Documentation

See pkgdoc for automatic documentation.

Example

See jfu-example for a simple demo app.

License

Released under the WTFPL v2.

Derived from Sebastian Tschan's MIT-licensed example code, included with the jQuery File Upload plugin, for a Google AppEngine-based Go backend.