Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我选择烧瓶时,我使用了这一行的 json 文件: data = request.get_json () 是否有可能,如果可以,如何在请求中加载上传的文件?例如 .sclaris .xml .odt 文件等。
我通过 Insomnia 发送此类文件
也许你可以使用request.files.get('filename')
request.files.get('filename')