原因忘记上传文件 表单需要加属性

enctype="multipart/form-data"

解决AttributeError AttributeError: 'NoneType' object has no attribute 'filename'

否则报错!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'

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-25
  • 2021-06-13
  • 2022-01-08
  • 2021-11-20
  • 2021-07-31
  • 2022-01-29
  • 2022-12-23
相关资源
相似解决方案