class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Hi. When i try to upload files with name contains polish characters like "ł" and "ś" i've got then problem with download. In sql this charactrers change to "?" and on site the same. When i try to download in the name of file chars "?" was replace by "_" and file is saving by txt document.
I wan't to rename uploading file in that way that would not cointans this polish chars. Like file "pośpiech.jpg" to "pospiech.jpg". "ś" to "s" and etc.Reply
What doesn't take effect? You need to provide more information. Also, copy here the log produced by the class: the log explains all what the class does.Reply
When i try to upload files with name contains polish characters like "ł" and "ś" i've got then problem with download. In sql this charactrers change to "?" and on site the same. When i try to download in the name of file chars "?" was replace by "_" and file is saving by txt document.
I wan't to rename uploading file in that way that would not cointans this polish chars.
Like file "pośpiech.jpg" to "pospiech.jpg". "ś" to "s" and etc.
If the file is considered dangerous, then the class will add a .txt extension. You can deactivate this behaviour by setting no_script to false: