A project that I have been working on is now at a point where I want to deploy but can’t do so due to the quirkiness and unstable state that the file manager is in. Telling my user to avoid using foreign characters in image names at all costs or suffer the consequences isn’t really a viable strategy at this point.
As reported here: http://modxcms.com/forums/index.php/topic,39380.0.html and here: http://modxcms.com/forums/index.php/topic,39750.0.html there are some yet unresolved issues that I believe is critical. I’ve registered and filled a JIRA-report, and would love to further help out in any way I possibly can but I’m not sure what difference it makes.

Is there any way I can get around the problem in the meantime? Would a migration to Revolution avoid the issue?
Please, I’m quite desperate
Try attached modification to MCPUK file upload:
(manager/media/browser/mcpuk/connectors/php/Commands/FileUpload.php)
It modifies uploaded file names by transliterating them in the same way TransAlias plugin
does with new documents URL alias (Common table).
I’m trying to load additional options from site configuration right now.
Show us Evo Jira tickets you created...
As a quick hack it should work quite well but doesn’t feel like a long term solution.
Have you considered using on of the commercial (but relatively inexpensive) options? From Moxiecode.com or ckeditor.com?
Quote from: Mar at Nov 10, 2009, 09:21 AMTry attached modification to MCPUK file upload:
A project that I have been working on is now at a point where I want to deploy but can't do so due to the quirkiness and unstable state that the file manager is in. Telling my user to avoid using foreign characters in image names at all costs or suffer the consequences isn't really a viable strategy at this point.
(manager/media/browser/mcpuk/connectors/php/Commands/FileUpload.php)
It modifies uploaded file names by transliterating them in the same way TransAlias plugin
does with new documents URL alias (Common table).
I'm trying to load additional options from site configuration right now.