Changing uploded files names from Arabic to English

when a respondent uploads afile in a form and the name of the file was written in Arabic language, i face problems in creating a hyperlink to th file in Excel (the link cannot open the file). if the uplouded file named in English characters i face no problem and the link open the file smoothly.
So, is there a workaround for this problem, like forcing an english name for the uploaded file regardless its orginal name?

i managed to solve the problem by adding regex(.,’^[a-zA-Z0-9 -~]{0,300}$’) in the validation craiteria for the file uplud quiestion. this will force the applicant to use only English letters numbers and characters including spaces.

1 Like