Re: error 20011 - WeOnlyDo Discussion board

Re: error 20011 (General questions)

by woddrazen, Thursday, April 10, 2008, 12:05 (5867 days ago) @ z

Hi,


I cannot duplicate your issue. Here is my code:
[code]Set http1 = New wodHttpDLXCom

http1.Blocking = True
http1.Request.FormUpload.Add Name , drazen
http1.Request.FormUpload.AddFile TheFile , c:\test1.avi , video/avi
http1.Post http://www.weonlydo.com/HttpDLX/Demo/TestFormUpload.asp


Debug.Print http1.Response.Body & Success!

http1.Request.FormPost.RemoveAll

http1.Request.FormUpload.Add Name , drazen
http1.Request.FormUpload.AddFile TheFile , c:\test2.avi , video/avi
http1.Post http://www.weonlydo.com/HttpDLX/Demo/TestFormUpload.asp

Debug.Print http1.Response.Body & Success! [/code]
Can you maybe rewrite my sample to produce your issue? In sample I'm using our testing server for uploading files.

Hope I helped.


Regards,
Drazen


Complete thread: