I am slightly new in REST framework. I am trying Restful Flask. The initial examples went fine but I want to upload files through Restful Flask. I tried some web based materials like, http://docs.python-requests.org/en/latest/user/quickstart/#post-a-multipart-encoded-file http://blog.luisrei.com/articles/flaskrest.html Flask-RESTful - Upload image
But I am failing to work out a solution. If any one of the esteemed members may kindly suggest a solution, how may I tackle it?
I am using Python2.7.10 on Windows 7.