Using the csrf_exempt decorator opens up these views to potential security issues, and Django's CSRF protection can be easily used with AJAX requests. I've got it up and running right now, all I had to do was also include this file in my scripts:
https://github.com/miki725/Django-jQuery-File-Uploader-Integration-demo/blob/master/static/js/jquery_fix_csrf.js
Using the csrf_exempt decorator opens up these views to potential security issues, and Django's CSRF protection can be easily used with AJAX requests. I've got it up and running right now, all I had to do was also include this file in my scripts:
https://github.com/miki725/Django-jQuery-File-Uploader-Integration-demo/blob/master/static/js/jquery_fix_csrf.js