When sending file uploads with MultipartPostMethod, I must send the "Accept" header, or I get error 500 from Microsoft-IIS/5.0:
filePost.addRequestHeader(new Header("Accept", "*/*"));
Anybody has encountered this before ?
Yes, I have seen a similar behaviour with GET requests on older IIS versions. Maybe put this in the Wiki?
Ortwin Gl�ck
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
