We have a program that takes a local file and writes it as a BLOB to the database using WINAPI/SetBlobFile. No problem on my local PC but when running at a customer (OS: Windows Server 2008 R2) it fails to write the BLOB.
We have discovered that this is because Plex tries to write an intermediate file of the form "obxx" to C:\Windows\Temp, but it does not have access to this folder.
On my local (Win 8) PC it writes it to the user %temp% folder, so it is fine there.
Is there a way around this? Is there a way to force it to write its intermediate file somewhere else? Where is it getting C:\Windows\Temp from?
Thanks
Phil Hodge