|
Some browsers do not support Unicode and instead upload raw
Multibyte Character Set (MBCS) text. In these cases ABCUpload
interprets text such as file names in the context of the current
code page.
For example if you are expecting uploads to be coming from
Korean clients you might set the CodePage property to the Korean
CodePage ID (949). For Japanese you might use the Japanese CodePage
(932).
As you change this property the interpretation of MBCS text will
change dynamically.
|