------------------
- Minor bug fixes and cleanups
[witsch]
- Fix for a problem regarding file uploads on Windows, where renaming
the still open temporary file isn't allowed and hence caused an error.
Now the file is closed before the call to `consumeFile()`.
[rochael]
- Fix for Windows regarding the generation of the temporary file used for
file uploads so that it doesn't get deleted after being moved to the
blob storare
[rochael]
- Change file size calculation so as not to need to reopen the file, which
broke on Windows
[rochael]
- Changed the primary field of the blob content types to not to be
"searchable" as this causes indexing of the blob content making ram
consumption go through the roof
[witsch]