📜  django 捕获文件上传 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.845000             🧑  作者: Mango

代码示例1
request.FILES['myfile'] #myfile is the "name" attribute of input in html file.