Microsoft WebClient Bug!

  • Thread starter Thread starter pfurb
  • Start date Start date
P

pfurb

I am having the same experience as Russel Stevens.

http://groups.google.se/groups?hl=sv&lr=&ie=UTF-8&[email protected]

When I use webClient.UploadFile a 50K file takes 150K to upload using
NTLM authentication. I have tried to solve this by using
HttpWebRequest but I have had no success. Does anyone know how to
solve this performance issue.

I have to use "multipart/form-data" because the server receives the
file using ordinary ASP.

br/
peter
 
pfurb said:
I am having the same experience as Russel Stevens.

http://groups.google.se/groups?hl=sv&lr=&ie=UTF-8&[email protected]

When I use webClient.UploadFile a 50K file takes 150K to upload using
NTLM authentication. I have tried to solve this by using
HttpWebRequest but I have had no success. Does anyone know how to
solve this performance issue.

I have to use "multipart/form-data" because the server receives the
file using ordinary ASP.

1. This is not a Windows Forms question. Why post that here?
2. Use WebRequest/WebResponse. WebClient.UploadFile() also produces
incorrect mutlipart/form-data requests.

Cheers,
 
Back
Top