if (files.length === 0) {
            // single one selected without checkbox?
            files = _.map(ui.helper.find('tr'), function(el) {
                return FileList.elementToFile($(el));
            });