解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
生活随笔
收集整理的這篇文章主要介紹了
解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
原因忘記上傳文件 表單需要加屬性
enctype="multipart/form-data"
否則報錯!AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
enctype="multipart/form-data是設置表單的MIME編碼。默認情況,這個編碼格式是application/x-www-form-urlencoded,不能用于文件上傳;只有使用了multipart/form- data,才能完整的傳遞文件數據,
總結
以上是生活随笔為你收集整理的解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Web浏览器没有Flash如何播放RTM
- 下一篇: 【后端开发】分析抖音后台架构