DEV Community

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

Collapse
 
jonesim profile image
jonesim

Great article and thanks for providing GitHub repository. I think you are missing initFileUpload in the javascript class above but it is included on GitHub.

Thanks again.

Collapse
 
shubhamkshatriya25 profile image
Shubham Singh Kshatriya

Thank you. And yes, I missed initFileUpload, sorry for that and much thanks for pointing it out. I have updated the class.