I was trying to Upload files to the SharePoint document library with Managed Object model.
The clientContext.ExecuteQuery() throws an Error : "The remote server returned an error: (400) Bad Request."
I am using the Add() for uploading the files to library..
1. Can it be possible to resolve this error on client side only?
2. How can I raise a issue with Microsoft for more clarificarion.
already i have used this below code in my method, still i am facing this kind of error.
zipInfo.Content=System.IO.File.ReadAllBytes(filepath);
zipInfo.Url="Path To Upload file";
Thanks in advance