解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
生活随笔
收集整理的這篇文章主要介紹了
解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
?
原因忘記上傳文件 表單需要加屬性
enctype="multipart/form-data"
否則報(bào)錯(cuò)!AttributeError AttributeError: 'NoneType' object has no attribute 'filename'
enctype="multipart/form-data是設(shè)置表單的MIME編碼。默認(rèn)情況,這個(gè)編碼格式是application/x-www-form-urlencoded,不能用于文件上傳;只有使用了multipart/form- data,才能完整的傳遞文件數(shù)據(jù),
總結(jié)
以上是生活随笔為你收集整理的解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Web浏览器没有Flash如何播放RTM
- 下一篇: PHP 导出excel