Matrix Version:5.3.4
Hi all, I am wondering if this is known issue (an ongoing) or just specific to my version of Matrix. When you have file field in your form to allow users to attach file with the form, you have the options of let Matrix to rename the file when a file with the same name already exists in the system. But it has its limitation and it doesn’t take much to reach that limit.
Here is my observation. Let’s say I have a file named xxx_2020.pdf:
- If I try to attach more than 3 of that file in the same time on the same form (eg. the form has 10 file fields) then only the first 3 will upload, which will be named xxx_2020.pdf, xxx_2021.pdf, xxx_2022.pdf. The rest will fail.
- If I do that again and again, the same will happen until it reaches xxx_2030.pdf and all will fail.
Not sure if there is a workaround other than telling users not to upload file of same name.
Cheers.