forked from tstone/django-uploadify
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tstone edited this page Sep 13, 2010
·
17 revisions
A Django re-usable app to integrate Uploadify.
- Download django-uploadify
- Place the folder ‘uploadify’ somewhere on your Python path (either in your project directory or inside of Python26\Lib\site-packages\).
- Add ‘uploadify’ to your INSTALLED_APPS in your project’s settings.py file
- Download uploadify
- Copy all of the ‘uploadify’ folder from the Uploadify distribution into your media root. Default is: MEDIA_ROOT\js\uploadify\
- Rename the uploadify file from “jquery.uploadify.v2.1.0.min.js” (or whatever version it is) to simply “jquery.uploadify.js”
- In uploadify/settings.py, make sure the setting UPLOADIFY_ROOT is set to the correct value if the uploadify folder is installed to a location other than the default. Note that the UPLOADIFY_ROOT setting is relative to the MEDIA_ROOT value.
Django-uploadify