I facing one issue on my website.
Problem: The underscore "_" some time will automatically change to Questions Marks "?".
Example as below:
Below are my original filename
After saving into the database, the file name will automatically change as below. You may notice some of the underscores changed to question mark.
This problem is created by my user. I tried to replicate the problem, but unfortunately, I failed to replicate it. I also tried to upload the same file, but the filename uploaded successfully as the original file name. This is so weird that sometimes the filename is correct and sometimes not. Can someone please enlighten me where can I start to debug with?
Additional Note:
- I am using MariaDB database
- MVC without Entity framework