跳至内容
菜单
此问题已终结
2938 查看

In html i used,

    <input type="file" name="content" required="True"></input>

python file used,

    file1=post.get('content',False)

i don't know how to store this "upload file" to my system local path


形象
丢弃