Currently, when a file with the same name is uploaded, it is stored in sequential order (e.g., file(1).img, file(2).img) for up to 1024 files. Beyond this limit, the system appends random strings to the filename. To improve consistency and user experience, we propose removing the random string logic and allowing unlimited sequential naming for all file uploads.