if (fileDrops.length) {
            plupload.each(fileDrops, function(fileDrop) {
                fileDrop.destroy();
            });
            fileDrops = [];