Quite often we're in need of providing file upload mechanism on our website. Be it logs management or user profile management, support for file upload is a must. This blog describes how uploads be achieved with Tornado web server. Example code: https://gist.github.com/3735543 In this code snippet; When user browses to http://localhost:8888/, he is presented with … Continue reading Tornado – File Uploads