Hello!!!
There are lot of methods and technologies who allows to create a file uploader. Django also allows you to create a server where you can up...
For further actions, you may consider blocking this person and/or reporting abuse
Worked 100%!Awesome!
Glad it helped you!
Upload for one file ?
Yes, this code uploads a single file at a time
Awesome article but what about resumable uploads?
Thank you.
This article won't do resumable file upload but it's a great case to look into. I will definitely try to find a way for this.
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?
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.
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.
Thank you. And yes, I missed initFileUpload, sorry for that and much thanks for pointing it out. I have updated the class.
Hey awesome tutorial!
Hey, thank you!
Definitely, and much thanks!