selectel-storage-php-class
selectel-storage-php-class copied to clipboard
Issue with Cyrillic file names
I have to urlencode my new file with path to make it work with Russian file names
Like this:
$container->putFile($file, urlencode($new_file_path));
Is it fine? Do you have better solution?
Thank you for your code!