Discussions
Image upload is not working
over 3 years ago by Madhumita Gopal(edited)
- When we upload an Image(multipart/fromdata) and hit "try it", readme is adding some extra headers
'Content-Type':'boundary=---011000010111000001101001'
- It is also converting the images to base64 format in the python code snippet.
How do I prevent these?