views:

82

answers:

1

i want to make a upload progress bar, but i don't know how to get the upload progress of the file or image that is uploading, someone know how can i do this with Django??

thanks and sorry for my english!

+3  A: 

This is something you'll have to handle on the client-side to provide the actual progress bar, so using something like jQuery is probably ideal here.

As it turns out, someone had the same problem and wrote up a blog post with how they solved it using jQuery. It uses this snippet and the jQuery timers plugin.

Daniel DiPaolo
The blog post is not there anymore.
Vebjorn Ljosa