djangouploadify

File uploads with Progressbar in Django


I am looking for an example which does a file upload with a progress bar, in Django. I have been trying djangp-uploadify for quiet sometime, but have not been able to get it working. I have been trying something similar to that given in django+uploadify - don't working and also in https://github.com/tstone/django-uploadify/wiki

Quick Help would be great


Solution

  • I used swfupload and it worked fine for me.
    But there are some gotchas which you should take care of
    The answer in this thread Code samples for Django + SWFUpload? helped me
    Code samples for Django + SWFUpload?
    Code samples for Django + SWFUpload?