-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the Django-jQuery-File-Uploader-Integration-demo wiki!
This demo shows basic integration of jQuery Uploader with Django with CSRF protection enabled.
When I needed to get a multifile uploader working in Django, many of the solutions I found involved a use of SWFObject which uses flash, and as per the new CSRF validation in Django >= 1.2.5, those solutions failed the CSRF validation. Here are the features of this repo:
- Supports Django CSRF validation in both XHR object upload method and iFrame fallback for other browsers (Django version >= 1.2.5)
Sebastian Tschan - Author of the jQuery Upload plugin Iurii Garmash - Majority of the Django code in this demo is originally from django_multiuploader_demo repo by Iurii Garmash. Miroslav Shubernetskiy - I extended the functionality in Django in order to enable the CSRF in Django and added proper support for iFrame fallback of the plugin.