Hi all,
I need to execute some text replacement (or PHP string functions) on a text field before it's saved.
I've a table with some fields, one of them is a file field for images upload(*).
I want to sanitize the value of that field file name, if the user uploads a file containing spaces and other weird characters.
So in the end the table will be updated with the sanitized value.
It is possible with a beforeSave function?
Thanks in advance,
Claudio
(*) http://framework.weblite.ca/forum/dataface-users/664341200/