I'm sorry but that doesn't really make much sense. The file keys and file names on filesystem do not change after they are created. Let's say for example have a link like /file.php?key=fzadgagadsfadfads&expires=...
. The file key in this case would be fzadgagadsfadfads
which means on the filesystem there will be a file named fzadgagadsfadfads
in the f/
directory in your attachment folder. Keep in mind that IIS is case sensitive with the folder names and file names.
Cheers.