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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german