plank / laravel-mediable

Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel
MIT License
774 stars 101 forks source link

The Chinese file name is automatically changed to pinyin,I want a Chinese name #334

Open lzcdhub opened 1 year ago

lzcdhub commented 1 year ago

How do I set it up

frasmage commented 8 months ago

Apologies, I don't understand the question. Can you please explain how to reproduce your scenario with expected and actual outcomes?

Yoruchiaki commented 7 months ago

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.