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)