i tried to upload an excel file using the following code:

myWebClient.UploadFile("\\146.51.237.157 test\FromArray.xls", "POST", "C:\FromArray.xls")

The upload was successful but the content was changed into ASCII characters.

Please give me some advise. Thanks.