[TYPO3-german] Datei Liste Flashupload funktioniert nicht in rechtem Bereich

Nils Hodyas n.hodyas at billiton.de
Thu Aug 12 12:28:32 CEST 2010


Hallo Liste,

ich hab ein interessantes "fehlendes Feature":

der Flashupload funktioniert bei zwei unserer Projekte nicht in TYPO3 4.4.2 im 
Hauptbereich (mehr hab ich nicht ausprobiert). Bei Klick passiert einfach 
nüschts. Grund ist wohl, dass an der Stelle im JS
function onclick(event) {
if (top.TYPO3.FileUploadWindow.isFlashAvailable()) {
initFlashUploader("%2Fvar%2Fwww%2Fvhosts%2Fxyz.de%2Fhttpdocs%2Ffileadmin%2Fcontents%2FKontakt%2FAnfahrt%2F");
} else if (top.content.list_frame) {
top.content.list_frame.location.href = top.TS.PATH_typo3 + 
"file_upload.php?target=%2Fvar%2Fwww%2Fvhosts%2Fxyz.de%2Fhttpdocs%2Ffileadmin%2Fcontents%2FKontakt%2FAnfahrt%2F";
}

die Funktion initFlashUploader nocht nicht definiert ist.

In der Seitenspalte klappt alles.

Geht das jemand anders auch noch so? Im Bugtracker hab ich noch nix gefunden.

Grüße, Nils


More information about the TYPO3-german mailing list