drf-writable-nested
drf-writable-nested copied to clipboard
Nested image upload not working
When I upload images and files using the WritableModelSerializer my images do not get saved but all other data is saved. Is there a solution or any simple snippet that might help with many to many relation
In my projects i combine the drf-writable-nested with drf-extra-fields Base64ImageField wichs recieve an Base64 string instead of Form-Data Image.
@larrykamau please have a look on https://github.com/beda-software/drf-writable-nested#validation-problem-for-nested-serializers-with-unique-fields-on-update
It may help.
Could you please reply to this task if it helps you or not?