Marino Faggiana 6 жил өмнө
parent
commit
d2257799e0

+ 2 - 1
iOSClient/AppDelegate.m

@@ -1499,8 +1499,9 @@
             
             if ([metadataNet.session isEqualToString:k_upload_session_extension]) {
                 
+                NSString *atPath = [NSString stringWithFormat:@"%@/%@", metadataNet.path, metadataNet.fileName];
                 NSString *toPath = [NSString stringWithFormat:@"%@/%@", self.directoryUser, metadataNet.fileName];
-                [CCUtility copyFileAtPath:metadataNet.path toPath:toPath];
+                [CCUtility copyFileAtPath:atPath toPath:toPath];
                 
                 metadataNet.fileID = @"";
                 metadataNet.session = k_upload_session;