marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
f4da2871d4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Networking/NCNetworkingChunkedUpload.swift

+ 1 - 0
iOSClient/Networking/NCNetworkingChunkedUpload.swift

@@ -69,6 +69,7 @@ extension NCNetworking {
                                                 
                         let serverUrlFileName = chunkFolderPath + "/" + fileName
                         let fileNameChunkLocalPath = CCUtility.getDirectoryProviderStorageOcId(metadata.ocId, fileNameView: fileName)!
+                        
                         let semaphore = Semaphore()
                                                     
                         NCCommunication.shared.upload(serverUrlFileName: serverUrlFileName, fileNameLocalPath: fileNameChunkLocalPath, requestHandler: { (request) in