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!
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!