Uploading, Processing and Downloading Files in Flask

In this article, we are going to learn how to handle files from server i.e how to facilitate uploading and download for files in Flask. This is quite a common requirement for webapps nowadays. Some examples are : All the image editing sites online require uploading of image, then process them online and provide processed image for downloading. Sites that allow users to edit pdf online require uploading, processing and allowing users to download processed file....

April 7, 2018 · 6 min · Vivek Bhadauria