DEV Community

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

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.