﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28402	Provide 'temporary_file_path' for InMemoryUploadedFile	Thomas Güttler	nobody	"I was hit by this exception:

> AttributeError: 'InMemoryUploadedFile' object has no attribute 'temporary_file_path'

The bad thing: It was in production, this was not detected by our CI .

Next thing I did: I implemented a method which provided my something similar to `temporary_file_path`.

Why not provide a property `temporary_file_path` for  `InMemoryUploadedFile`.

I think this way you have the advantage of both: No file on disk if you don't want to and a file on disk if you want it.

What do you think?"	Cleanup/optimization	closed	File uploads/storage	1.11	Normal	wontfix			Unreviewed	0	0	0	0	0	0
