Discussions

Ask a Question
Back to All

Image upload is not working

(edited)
  1. When we upload an Image(multipart/fromdata) and hit "try it", readme is adding some extra headers

'Content-Type':'boundary=---011000010111000001101001'

  1. It is also converting the images to base64 format in the python code snippet.

How do I prevent these?