-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug \nemmo\attachments\Module Line140 pathinfo renturn '' when filename is chinese. #14
Comments
Maybe you should use |
How does it work? Why do you add '_' in chinese? |
because if without _ the chinese file name will be empty In Module.php remove is ok |
I understood that it will be empty. I dont understant why? |
I have another change you can see it in the picture. I just forgot to commit it. |
I could not catch that error, closing issue |
$file->name = pathinfo($filePath, PATHINFO_FILENAME);
-> $filePath='D:/test/中文文件名测试.jpg'
-> the $file->name is empty.
The text was updated successfully, but these errors were encountered: