Welcome Guest, Not a member yet? Register   Sign In
File uploading class problem
#1

[eluser]emperius[/eluser]
when i try to upload file with other than English symbols in its name the following happens:
file uploader class returns correct file name
the file is uploaded but instead of other than English symbols there appear symbol "?"

for instance i upload file testŠ¹.jpg
there returns correct file name but on the hosting there's file with the name test?.jpg
#2

[eluser]Derek Allard[/eluser]
I believe This is a PHP limitation.

http://ellislab.com/forums/viewthread/59705/
#3

[eluser]emperius[/eluser]
[quote author="Derek Allard" date="1191430427"]I believe This is a PHP limitation.

http://ellislab.com/forums/viewthread/59705/[/quote]

Do you have any Idea how to fix this? Smile
#4

[eluser]Derek Allard[/eluser]
Store the filename as an md5() hash, or rename it.
#5

[eluser]emperius[/eluser]
yes I already done this. But I have no idea what to do if i'll need to store filename...




Theme © iAndrew 2016 - Forum software by © MyBB