js.fineuploader 5.14.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

js.fineuploader 5.14.0

js.fineuploader

Introduction
This library packages Fine Uploader for fanstatic.
This requires integration between your web framework and fanstatic,
and making sure that the original resources (shipped in the resources
directory in js.fineuploader) are published to some URL.


How to use?
You can import fineuploader from js.fineuploader and need it where
you want these resources to be included on a page:
>>> from js.fineuploader import fineuploader
>>> fineuploader.need()
Or if you want the jQuery plugin version:
>>> from js.fineuploader import jquery_fineuploader
>>> jquery_fineuploader.need()
With either version you might also want the CSS:
>>> from js.fineuploader import fineuploader_css
>>> fineuploader_css.need()



CHANGES

5.14.0

Update to Fine Uploader 5.14.0.
Test against Python 3.3, 3.4, 3.5 and 3.6 with tox and on TravisCI.
Add a script to update from npm automatically.



3.3.0

Initial release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.