priti srivastava

priti srivastava

  • NA
  • 81
  • 4.2k

read a zip file from local system of user using server api

Feb 9 2020 11:27 PM
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

Answers (1)