DEV Community

Discussion on: AJAX file upload in chunks using Django, with a progress bar.

Collapse
 
karan_s_mittal profile image
Karan Mittal

It was an awesome Article Shubham. You took complex topic and implemented it in a very easy and beautiful manner for us. Just on more question, In your research, did you find more ways or any 3rd party django apps that are implementing this functionality?

Collapse
 
shubhamkshatriya25 profile image
Shubham Singh Kshatriya

Thanks Karan. I have used jQuery for this but I guess it can be achieved using vanilla JS and XmlHttpRequest() module. Regarding any third party app, I could not find one. There is a tool named django-dajax for executing asynchronous tasks but I haven't explored that pkg so I am not sure whether it supports file upload or not.