Re: Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
Also, I wanted to add that we are using Django FWK only but not the RESTFUL one? Best regards, ~Ram On Thu, Dec 16, 2021 at 9:10 PM Ram wrote: > Hi, > > Is anyone successful implementing multi images upload in a WebApp using > Vue.js and Django? We tried so many ways and which ever way we try

Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
Hi, Is anyone successful implementing multi images upload in a WebApp using Vue.js and Django? We tried so many ways and which ever way we try images are being saved "null" in the backend. So I'm wondering whether this is a bug in Django or incompatibility with Vue.js? Could you share if anyone ha