Avoid overwriting uploads
Improvement to avoid overwriting files: Appends a random number to the file name of uploaded files before saving. Changing the file name when not strictly necessary is sub-optimal and should be changed in a future release.
Improvement to avoid overwriting files: Appends a random number to the file name of uploaded files before saving. Changing the file name when not strictly necessary is sub-optimal and should be changed in a future release.