Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support For Image Field ? #143

Open
pawar-aniket opened this issue Oct 28, 2016 · 1 comment
Open

Support For Image Field ? #143

pawar-aniket opened this issue Oct 28, 2016 · 1 comment

Comments

@pawar-aniket
Copy link

pawar-aniket commented Oct 28, 2016

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)
@ehsaanQCTechnologies
Copy link

how you resolve this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants