mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #1048] when uploading a file in another language (ua or ru), the file name is shortened to the first space #671
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#671
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dimitrievich on GitHub (May 26, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1048
when uploading a file in another language (ua or ru), the file name is shortened to the first space and dont download
upload file name Документ 1.docx
after uploading see 1.docx
how fix it?
@ner00 commented on GitHub (May 27, 2023):
I just tested this in my system and I don't have this issue.
This problem seems to not be caused by TFM itself but maybe something in the system's environment, no idea though.
I'm using a Windows 10 system, not sure if that matters.
@Dimitrievich commented on GitHub (May 29, 2023):
if file started name in english, all work fine
if file started ukrainian language, file in directory have part of name or only ex .xlsx
@ner00 commented on GitHub (May 29, 2023):
Again, this is dependents on the system given that I have tested specifically with the name you suggested and it worked fine. Someone else might have suggestions why that happened on your system though, my point is just that it's probably unrelated to TFM, especially since my system has no special support for Cyrillic.
@Dimitrievich commented on GitHub (May 29, 2023):
im using debian LAMP
maybe need install some lib?
@ner00 commented on GitHub (May 29, 2023):
It's possible, hopefully that info could be useful in tracking down the issue. I personally have no way of helping since I cannot reproduce the issue, but I hope someone else can help out.
@Dimitrievich commented on GitHub (May 30, 2023):
Found solution.
problem will be in php
default install php 7.4
when i installed php 8.2, all work fine.
Thank you very much for everything)