views:

154

answers:

1

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 http://stackoverflow.com/questions/2821612/djangouploadify-dont-working/2887831 and also in http://wiki.github.com/tstone/django-uploadify

Quick Help would be great

+1  A: 

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
http://stackoverflow.com/questions/612734/code-samples-for-django-swfupload/612898#612898
http://stackoverflow.com/questions/612734/code-samples-for-django-swfupload/1755067#1755067

Rajani Karuturi
can you share the sample code? Probably, put it in http://drop.io/ ?
sprezzatura
Ignore. I got the project working. I shall upload the test project at some place and update here
sprezzatura