2651
Developer's Corner / Re: Check Gmail using C#
« Last post by kyrathaba on December 03, 2010, 01:16 PM »Hmm, it seems that I cannot get a file to upload to my website, using C#. Here's my code (note: the only substitutions made here are that I've substituted "my_username" for my actual website username, and "my_password" for my actual password to the website):
I keep getting a 404: not found error.
I keep getting a 404: not found error.
Code: C# [Select]
- private void button1_Click(object sender, EventArgs e) {
- @"http://www.glensforkumc.com");
- client.UploadFile("http://www.glensforkumc.com/non_church/myfile.txt", "localFile.txt");
- }