Randomly, when I click an attachment to download, it downloads two files.
One file is filename.### and is zero bytes in size.
One file is filename(1).### and is a good working file.
I assume that the first file is a place holder or container which is being closed before the data is dumped into it. Hence the zero byte file size.
What causes this behavior? Where should I look to correct this?
T