ough the web service /// </summary> /// <param name="sender></param> /// <param name=e></param> private void btnUpload_Click(object sender, EventArgs e) { if (txtFileName.Text != string.Empty) UploadFile(txtFileName.Text); else MessageBox.Show(You must select a file first., No File Selected); } That wraps up all of the client and server side code necessary to upload any sort of file to a se