1
scenario:
2 users uploaded 2 different files with the same name.
WF-downloads inserts in the DB the following records:
-------------
id | filename
-------------
1 | file.zip
2 | file.zip
in the meantime overwrites in the XOOPS uploads folder the first file with the second , due the the same filename!!
both the links now are related to the same file (the second one).
is this a bug?