There is a problem with WordPress Form Manager plugin that doesn’t sanitize the uploaded file filename. So, when a user upload a photo with special characters in the filename, you will not be able to show it up on the front-end, for example.
My question is, how can I sanitize that?
Ps: I already shot the question to the plugin’s author.
I found a way. Change the lines on wordpress-form-manager plugin direcoty -> types -> file.php (around line 109)
From:
To: