[Django]-How to get the upload progress in using Django?

5👍

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.

0👍

Plupload is a great javascript uploading widget.

Leave a comment