temp files

Am I right that a temporary file is created in memory?

If no, could we have a method like tempMemFile? That makes working with them a lot faster for certain operations (like creating a file for attachments :D )…

If yes, can I overwrite it with the same name over and over without any issue?

Thanks

No temp files are really created on disk in temp dir
I do not understand why you need a temp mem file, all global variables are in mem, which you can write to disk, assign to media fields etc.

My question is related to my other question about the pdf plugin. I want to pick up the created pdf instantly without any disk related delays…

And,

When I can create a pdf in memory can you tell me how to do that?

Thanks

Ah, understand, we will make this possible, added to planning.

available, see post [u]in mem use of pdfs[/u]