Open lzcdhub opened 1 year ago
Apologies, I don't understand the question. Can you please explain how to reproduce your scenario with expected and actual outcomes?
Apologies, I don't understand the question. Can you please explain how to reproduce your scenario with expected and actual outcomes?
The user wants to convey the following message:
Assuming there is an image file named "example.jpg", using
MediaUploader::fromSource("/example.jpg")->useFilename("中文")->upload();
because
$this->filename = File::sanitizeFilename($filename);
will modify Chinese characters to other characters.
How do I set it up