django-uploadify
django-uploadify copied to clipboard
Readme code samples use smart quotes, not safe for copy paste
This is a small thing, but I had to fix the smart single quotes when I copied your code samples from the readme.
Also the percent sign (%) is missing in the template tags:
{% load uploadify_tags }{ multi_file_upload ‘/your/url/upload/complete/’ %}
Should be:
{% load uploadify_tags %}{% multi_file_upload '/your/url/upload/complete/' %}