C# upload file by webclient
问题 I uploaded a file by webclient. But upload success and response link file. But when I go to the file manager I don't have the file in my account. Why ? This is my code. private void btnUpload_Click(object sender, EventArgs e) { WebClient wc = new WebClient(); wc.Headers.Add("OurSecurityHeader", "encryptedvalue"); wc.Headers.Add("User-Agent", "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0"); wc.Headers.Add(HttpRequestHeader.Cookie, "__cfduid