1、Flask上传文件 上传文件步骤: 1. 在模版html中,表单需要指定 enctype='multipart/form-data' 才能上传文件。 2. 在后台如果想要获取上传的文件,那么应该使用 request....