[Vuejs]-Upload File using Vue axios and Django Python Backend

0👍

If it works using postman, you might want to compare the headers being sent from Postman and your frontend. Use request.META in django to see what is different.

Leave a comment