Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Uploading a Zip file from local to sharepoint using poweshell

$
0
0

Hi ,

I have been using the below command to upload a files from local to sharepoint libraries.

$filep = $FilePath+"\"+$FileName
$File= Get-ChildItem $filep
$folder = $list.ParentWeb.GetFolder($pa);

 $folder.Files.Add("pages/"+$Node.rpath+"/"+$fileN ,$File.OpenRead(),$true) 

This fails while uploading a zip file . can you please suggest any ideas for this ...


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>