I have the following code to upload a file with C#. but i can not. i got " Error : Invalid URI: The format of the URI could not be determined"
private
{
request.Method =
request.Credentials =
test.Properties.Resorces
sourceStream =
sourceStream.Close();
request.ContentLength = fileContents.Length;
request.RenameTo = supplierKey +
requestStream = request.GetRequestStream();
requestStream.Write(fileContents, 0, fileContents.Length);
requestStream.Close();
}
preComLog.Write(