Alright, thanks for your swift reply Ken. I will script a workaround for this.
To further clarify myself, consider this situation:
File "abc.jpg" gets uploaded from computer A. It is persisted as "abc.jpg" and the value of the FileName-property is "abc"jpg".
File "abc.jpg" gets uploaded from computer B. Since a file named "abc.jpg" already exists on the server, this duplicate file is persisted as "abc_201129120824.jpg" (or something like that). The value of the FileName-property, however, is "abc.jpg" and points to the first file, not to this one.
To me, this behavior seems unintended. It is unpractical at minimum to be forced to script a workaround for this.
Do you consider this to be a bug, and will this be fixed in a future release??
Regards,
Nico