django-uploadify Released
So I finally joined the rest of the Django community in releasing a re-usable app on GitHub. Announcing... django-uploadify!
Uploadify is a great flash-based jQuery plugin which allows users to upload an un-fixed quantity of files through a single interface. It looks and works great.
Django-uploadify is a django app that serves as a wrapper for the functionality, allowing it to interface with Django. The app works by firing a signal whenever a file is received from Uploadify, allowing developers to tie uploadify into their existing apps rather easily.
2 comments:
Thank you it looks like exactly what I was looking for. Nice design, simple and with all the relevant peaces included. I'll implement when I get home from day job grrr.
Can you upload an example app?
Post a Comment