Comma in file name (v2022)

mobhar wrote:

That’s why Row_Inserting and/or Row_Updating server events are for. You may rename the file or even multiple files in those events to the ones that suits your needs. > > This might help you: > How to rename multiple files and displayed it vertically (v2022)> . It should work also for v2023.

Hi, I’m facing this issue right now and no, it cannot work because if filename contains comma (or another MULTIPLE_UPLOAD_SEPARATOR) when you explode $rsnew[“File_Name”] it will be seen as two files.For example if one of the file uploaded is named “myfilename,hascomma.pdf” it will be splitted in two different filenames → “myfilename” AND "hascomma.pdf"So is impossible to strip out the MULTIPLE_UPLOAD_SEPARATOR from the filename in Row_Inserting if multiple file are uploaded and one has the MULTIPLE_UPLOAD_SEPARATOR in the name.Other ideas?