In the new ScriptCase(also the old version), when I put a file upload control on the form and upload files, it always success with English-only filenames, and when the filename contains non-English characters, it always failed. the upload progress bar keep still and upload failed.
The reason is when upload the files with non-English characters, it’s not using wrong encoding perhaps.
When I tell the client to change the filename to all-English, it works fine.
Could you fix this?
It’s urgent and have a project running and got complaints everyday.