ValueError: Could not find a format to read the specified file in single-image mode

前端 未结 0 1195
悲哀的现实
悲哀的现实 2021-02-13 15:20
if request.method==\'POST\':
    file = request.files[\'image\']
    if not file: return render_template(\'index.html\', label="No file")

    original_image =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题