-2

I'm beginner of django rest_framework.

I want to implement file upload feature to my project, and I did some search, but I could not get any helpful example.

So, is there somebody who can tell me some reference or example in rest framework file upload?

ferrangb
  • 2,012
  • 2
  • 20
  • 34
JunoJunho
  • 75
  • 1
  • 1
  • 8

1 Answers1

-1

Uploading a file using Django Rest Framework can be done independently from the method that you are using to send the request (Ajax in this case). You can follow this to have more information about how it is done

Community
  • 1
  • 1
Patrick
  • 1,091
  • 1
  • 14
  • 14