django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

Support For Image Field ?

Open pawar-aniket opened this issue 9 years ago • 1 comments

I am writing a serializer that need image as multipart/form-data.If Drfdocs supports that ?

My serializer is like this :

email = serializers.CharField(required=True)
phone_number = serializers.CharField(required=True)
image = serializers.ImageField(allow_empty_file=True,required=False)

pawar-aniket avatar Oct 28 '16 07:10 pawar-aniket

how you resolve this ?

ehsaanQCTechnologies avatar Mar 27 '18 20:03 ehsaanQCTechnologies