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.
我想在我的 GAE 应用程序中获取上传文件的名称。目前当我跑步时
self.request.get('file')
我只得到文件的内容。
img = request.files['image'] print("Name of Image", img.filename)