When you upload a file, you will notice a string of numbers followed by an underscore character. This is to prevent users from uploading the same files.
Example:
If user A uploads their config file, named "autoexec.cfg" it will uploaded as "1234_autoexec.cfg". When user B uploads their config file, also named "autoexec.cfg" it will be uploaded as "5678_autoexec.cfg".