file name changes to contain special chars after upload
When we add an attachment using the OOTB attachment section. Upon upload, if the file name contained spaces or any special characters like "{","}" etc, these get relaced by "#7b", "#7d". for example the file name "abc {def}xyz.txt" becomes "abc#20#7bdef#7d#20xyz.txt". Any ideas why it is happening?