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.
私の request.FILES 変数では:
FILES Variable Value script <InMemoryUploadedFile: landing.jpg (image/jpeg)>
「landing.jpg」を取得するには、ここでファイル名を取得するにはどうすればよいですか?
経由request.FILES[u'script'].name。
request.FILES[u'script'].name