Cyberlink wrote:popup and open in new window and send picture does not work

sorry, I missed the context ...
Unfortunately, non-standard characters have been a constant issue ever since first release of Imagevue. Not only is it an issue with the characters going through PHP, XML, flash and html, but it is also sensitive to the server it is running from(platform, settings, unicode support etc.).
You can pretty much be certain the popup is not working because the <title> set from javascript does not support non-standard characters for some reason. Try this:
Open "popup.php" in notepade(or similar) and edit the following line:
<title><?=$path;?></title>
Change it to something static like:
<title>test name standard characters</title>
Save, upload, see if it works. If we can solve this, perhaps we can proceed to next issue.
Generally, I would agree with what pain is saying because servers are unpredictable. In a future version, we will enforce using standard characters in names for physical items(folders etc.), while you will be able to change the name displayed in Imagevue by using a 'title'
attribute that supports non-standard characters.