Advertisement
Advertisement
| 05.08.2008 at 06:25AM PDT, ID: 23385927 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: |
System.Net.WebClient webClient = new System.Net.WebClient(); //here is raise timeout exception.i have to set timeout. byte[] responseArray = webClient.UploadFile(myWebAddress, file); string resultXML = Encoding.ASCII.GetString(responseArray); |