[TYPO3-core] RFC #9632: Bug: Multiple fileuploads into folders with special characters (umlauts) not possible

Steffen Kamper info at sk-typo3.de
Thu Oct 30 10:02:45 CET 2008


Hi Marcus,

you don't need to instanciate t3lib_cs, you can use already existing 
instance:

$this->target =
$GLOBALS['LANG']->csConvObj->conv($this->target,'utf-8',$GLOBALS['LANG']->charSet);

$GLOBALS['LANG']->csConvObj hols the instance of t3lib_cs

vg Steffen


More information about the TYPO3-team-core mailing list