コード例 #1
0
ファイル: app.py プロジェクト: hanks-zyh/fir-local
def download(filename):
    return send_from_directory(FileUtil.get_upload_path() ,filename,as_attachment=True)
コード例 #2
0
ファイル: app.py プロジェクト: hanks-zyh/fir-local
def index():
    apklist = FileUtil.get_files()
    print apklist
    return render_template('index.html', apklist=apklist)