fastapi实现页面文件下载功能

from starlette.responses import FileResponse


@app.get("/download/{file_name}")
def main(file_name: str):
    print(file_name)
    basedir = os.path.abspath(os.path.dirname(__file__))
    path = basedir + \\ + str(datetime.datetime.now().date())
    file_path = path + \\ + file_name + .xlsx
    print(file_path)
    return FileResponse(file_path)

 

fastapi实现页面文件下载功能

上一篇:SQL Server DBA调优日记(一)——大数据量查询记录数优化及原理探讨


下一篇:SSD WIN7 电脑卡顿,9代 I7