Is it possible to upload file to cloud that contains cyrillic letters (test_кириллица.csv) using RadCloudUpload control?
Thanks!
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 18 Jul 2025, 07:16 AM
Hi,
Uploading files with Cyrillic or other non-ASCII characters in the filename using the RadCloudUpload control depends on the cloud storage provider you are using:
Azure and Amazon S3: Uploading files with non-ASCII characters (such as Cyrillic, Greek, Japanese, or Korean letters) in the filename is not supported by default. This is a limitation of these providers, and as a result, RadCloudUpload cannot upload such files directly to Azure or Amazon S3.
One common workaround is to rename the file to use only ASCII characters before uploading.