RE: FormFile is not getting populated when using winhttp on Vista

2007-06-26 Thread Meindert
-8" & "--" & vbCrLf xmlhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=" & bndry & "; Charset=UTF-8" ... -Original Message- From: Meindert [mailto:[EMAIL PROTECTED] Sent: 22 June 2007 05:56 PM To: u

FormFile is not getting populated when using winhttp on Vista

2007-06-22 Thread Meindert
Hi There, I'm setting the header in my VB application without charset property in the Content type; winhttp.SetRequestHeader "Content-Type", "multipart/form-data; boundary=xxx This was using fine and the file was received by struts in the FormFile object But now I'm trying the same on Vista with