[G2.3] local upload issue when folder name is multi byte

momo-i
momo-i's picture

Joined: 2008-07-03
Posts: 19
Posted: Thu, 2008-12-25 06:03

Hi there,

I'm using this in Japanese. I have some problems when upload from local server using folder name of UTF-8 Japanese Character.

I think that it has following reasons:

1. Although URL is made from japascript and the directory of the local server is also included in this, Japanese here is somehow changed by escape.
2. The value by which $form '[localServerPath]' used by loadTemplate function in modules/itemadd/ItemAddFromServer.inc was escaped will be set up.
3. It tries to go to see a directory using this escaped localServerPath, and cannot discover.

Can you solve this?

Sorry for my bad English.

Thanks,
momo-i.

 
cmjimmy

Joined: 2006-04-15
Posts: 89
Posted: Thu, 2008-12-25 08:55

more people are hit by this non-Ascii multi-byte issue. Hope this can be fixed soon

Reference to my previous post
http://gallery.menalto.com/node/82976

and logged to SourceForge
http://sourceforge.net/tracker2/?func=detail&aid=2223598&group_id=7130&atid=107130
http://sourceforge.net/tracker2/?func=detail&aid=2337637&group_id=7130&atid=107130

Cheers