Am really new to sharepoint and i need to upload a site in sharepoint.The site contents(html,image files) are in my local system.When i try to upload in sharepoint i was not able to upload the entire folder in one click.Instead one by one only i can able to create.Initially i need to create all the folders manually and then was uploading the file one by one Using the add ew document and Add new folder button.
I tried even automating by c#, but there using
Microsoft.SharePoint.Client.File.SaveBinaryDirect only one file was created at a time.
Is it possible to create entire folder in share point in a single click or can it be achieved through any API.Or i should only loop through folders and create files ony by one.
Am using sharepoint client dll
