How do I make a PUT request for an imageField after getting the data from the database. I receive the data in the form of a URL "/media/img.png"
When I PUT the same data back, I get the error ["The submitted data was not a file. Check the encoding type on the form."]
What is the best way to PUT this data.