Index: openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs.js,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs.js 12 Apr 2008 10:10:58 -0000 1.12 +++ openacs-4/packages/ajax-filestorage-ui/www/resources/ajaxfs.js 17 Apr 2008 13:16:31 -0000 1.13 @@ -1375,8 +1375,9 @@ }); } else { - // c/o Franz Penz - document.getElementById('newfileform').folder_id.value = this.currentfolder; + if (!this.config.multi_file_upload || checkFlashVersion() < 9 || Ext.isLinux) { + document.getElementById('newfileform').folder_id.value = this.currentfolder; + } } this.upldWindow.show();