Hello
For single upload fields I can check the file name for special characters, this works with the following validation formula:
not(matches(@filename, '[~"#%&*:<>?/\\{|}^$@!]'))
Now I want the same for multiupload fields. Does anyone have an idea?
Best regards,
Daniel
--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orbeon+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/orbeon/9c6d1077-c73f-4954-b170-31058417513en%40googlegroups.com.
Thank you very much, that works well. Perfect.
Best regards and a nice day,
Daniel
To view this discussion visit https://groups.google.com/d/msgid/orbeon/926f96ab-4d0c-42fa-b525-90ef1b995faan%40googlegroups.com.