0👍
try : image = request.data.get('image')
Normally what I would do is base 64 encode the image at the source and decode it at the view.
Source:stackexchange.com
0👍
try : image = request.data.get('image')
Normally what I would do is base 64 encode the image at the source and decode it at the view.