WINSOCK Question.
- From: "Wiley Coyote" <newbie@xxxxxxxxxxxxx>
- Date: Sat, 2 Apr 2005 12:57:26 -0700
I have a VB app that Up and Downloads files from an IIS server. The download
works great (using ITC). As I could not get ITC to post to the server, I
decided to use winsock.
I successfully create a connection to the server (winsock1.state = 7) that's
all good. However, when I try to use the SENDDATA method, my laptop Beeps,
then everything justs hangs.
Here is a snippet of code:
StartClock
MsgBox ("State: " & wsUpload.State)
wsUpload.SendData strPostData
DoEvents
blnConnected = wsUpload.State
MsgBox (blnConnected)
RemotePort is 80 (i.e. IIS default port). No security (NTFS etc) issues as
this is on my laptop.
Does anyone have any ideas as to what is gone goofy? Do I need to run a
Server Side app that listens for and responds to my Winsock app?
Alternatively, if somone could tell my why the POST method of ITC isn't
working that would helpful as well.
Here is code snippet from the ITC test app:
.Execute , "PUT ", "c:\temp\return.htm"
Thanks in advance.
:)
Wiley
.
- Follow-Ups:
- Re: WINSOCK Question.
- From: Jim Carlock
- Re: WINSOCK Question.
- Prev by Date: Re: Disable picture loading in webcontrol
- Next by Date: Re: WINSOCK Question.
- Previous by thread: Disable picture loading in webcontrol
- Next by thread: Re: WINSOCK Question.
- Index(es):
Relevant Pages
|
Loading