sorry for the late reply.
it is possible.
anyway HFS by itself doesn't hold a list of uploaded files, you must create this list yourself.
use the [upload completed] event
http://www.rejetto.com/wiki/index.php/HFS:_Event_scriptsstore the name of the item in a variable or a file.
a way is to treat the list as a text, and use a line for every item.
you put the new one on top of others.
[upload completed]
{.set|#uploads|%item-name%
|mode=prepend.}
but you should also discard lines over 10th.
use {.for.} to run 10 times {.pos.} then {.cut.} the rest of the string.
This is left as homework
after you got your list in memory, you use it as you like.
a plus would be to {.save.} it every time it is changed, and {.load.} it at event [start]
so it won't clear at every restart of HFS.