self.clearUploadList = function () {
            while (self.images2upload.length > 0) {
                self.images2upload.pop();
            }
        };