Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
miki725 edited this page Jul 22, 2011 · 7 revisions

Welcome to the Django-jQuery-File-Uploader-Integration-demo wiki!

About

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)

Credits

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.

Clone this wiki locally