django-chunked-upload-demo icon indicating copy to clipboard operation
django-chunked-upload-demo copied to clipboard

Django demo project of the `django-chunked-upload` module.

Results 7 django-chunked-upload-demo issues
Sort by recently updated
recently updated
newest added

Hi, I have tried the demo to understand how to use in my project. But its returning 500 error when I select some file jpg, mp4 or pdf.

I was looking at how to use this nice demo with multiple files, but couldn't get it work yet. If the files are uploaded fast enough, it works sometimes. But...

[#11](https://github.com/juliomalegria/django-chunked-upload/issues/11)

When I first try to run the app, I get this error: File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation'...

Please change the variable name in Readme from `virtualenv ven` to `virtualenv venv`