UploadedFile.contentFilename

the file where we dumped the content, if contentInMemory == false. Note that if you want to keep it, you MUST move the file, since otherwise it is considered garbage when cgi is disposed.

struct UploadedFile
string contentFilename;

Meta