Hi
I have an item creator, where I allow visitors to upload files from frontend. Now I don´t want filenames to contain comma, as that is what I use as the split-seperator when I later seperate the elements to an array (we allow multiple file uploads).
I have ticked the boxes "Replace spaces with dash (-)" and "Normalize latin characters (ø->oe, +é->e etc.)" - and this takes care of the backend upload. So if i Upload a file from Backend, a comma will be replaced with an underscore.
But if I upload the exact same file from frontend, the comma is maintained - and that messes up my array, as the comma is the seperator of the elements.
this must be a bug, that hopefully can be fixed?
I certainly hope so, as I don´t want to go throug the hassle of renaming the files on upload
/Hans