ouhouhsami / django-progressbarupload

Progress bar upload for Django
BSD 3-Clause "New" or "Revised" License
88 stars 67 forks source link

[QUESTION] Real life use case #34

Open hvitis opened 3 years ago

hvitis commented 3 years ago

Hello!

I was using a way to display progress of upload and this looks like a viable solution for DJango BUT what about axios methods out of the box? Here is shown what I am referring to.

Is this is mainly used for AJAX and MVC structure or it could be used with REST API too?

Thank you