Hi there, I am using Django Rest Framework 3.2 and it works to me locally but as soon as deployed to production I keep getting the HTTP/1.1 400 Bad Request - 24 {"image":["No file was submitted."]} 0
Very strange. Furthermore, as I used Fiddler to debug which did not work, I tried using curl, and that succeeded fine from my home machine to pythonanywhere.
What can be the issue?