[Answered ]-Facing problem in returning the ongoing upload status back to the HTML using AJAX in Django

2👍

I recently had to do a bit of digging to find a solution for this myself.

Check out :-

http://fairviewcomputing.com/blog/2008/10/21/ajax-upload-progress-bars-jquery-django-nginx/

I have not tried the solution referenced yet, but it looks reasonable enough.
It involves registering a custom file upload class to expose the upload progress information.

Leave a comment