Bug #20979 ยป 11853.diff
typo3/alt_file_navframe.php (Arbeitskopie) | ||
---|---|---|
// do a reload of this frame once all uploads are done
|
||
flashUploader.on("totalcomplete", function() {
|
||
jumpTo(path, "", "", "");
|
||
jumpTo (top.rawurlencode(path), "", "", "");
|
||
});
|
||
// this is the callback function that delivers the additional post parameter to the flash application
|