I am going to upload image on json.

e.g Postman request.

{
    "username": "is690002",
    "password": "is690002",
    "first_name": "andres ",
    "last_name": "Barragan",
    "email": "[email protected]",
    "userprofile": {
        "gender": "F",
        "phone_number": "3315854644",
        "photo": "/media/image.png"
    }
}

I noticed DRF doesn't support uploading file on json.
Is there anyway to implement it?

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/44bd3461-34c8-4328-80e9-af5540b20f37%40googlegroups.com.

Reply via email to