@@ -194,6 +194,10 @@
_selectNumLabel.attributedText = noteStr;
+ if(_isExtraFileAndNotFindPathType){
+ isCanUpload = YES;
+ }
+
if(_indexPathsForSelectedItems.count > 0 && isCanUpload){
self.uploadButon.enabled = YES;
self.uploadButon.alpha = 1;