django-uploadify icon indicating copy to clipboard operation
django-uploadify copied to clipboard

Django integration of Uploadify jQuery plugin -- No longer maintained by tstone but accepting pull requests for continued community use

Results 7 django-uploadify issues
Sort by recently updated
recently updated
newest added

I found this error while running django 1.6. This error occurs because django.conf.urls.defaults has been removed in Django 1.6. It can be fixed by changing the import to from django.conf.urls...

Since there is no declared license, that means according to the law you are not granting usage.

Install and configure the application according to wiki, but when you try to download files displays the error 405, while the console does not go any http requests ... This...

This error happens in django > 1.2 which have csrf protection enabled by default can be fixed by ```from django.views.decorators.csrf import csrf_exempt @csrf_exempt def upload(request, _args, *_kwargs): ``` ```

This is a small thing, but I had to fix the smart single quotes when I copied your code samples from the readme.

To make the project easier to install, please add a setup.py.