I want to transfer some ziped flolder uisng code from local system to server using dotnet core api but i am not able to do that just because "SourcePath" . sourcepath is local system location which is not found at server .
ZipFile.ExtractToDirectory(SourcePath, extractPath);
Please help me
thanks in advance