Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 922
sprezzatura Avatar asked Nov 14 '22 10:11

sprezzatura


1 Answers

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?

like image 90
Rajani Karuturi Avatar answered Nov 30 '22 01:11

Rajani Karuturi