顯示具有 bottle 標籤的文章。 顯示所有文章
顯示具有 bottle 標籤的文章。 顯示所有文章

2013年11月20日 星期三

Python Bottle return image

return static_file(filename, root='/path/to/image/files', mimetype='image/png')




Reference :
Tutorial — Bottle 0.12-dev documentation