--- Daniel Chiaramello <[EMAIL PROTECTED]> wrote:
> Hi all.
>
> Well, I have a problem with the Post method of HTTPSocket and
> setting a
> timeout.
>
> In documentation, the syntax is the following one:
> HTTPSocket.Post URL, [File], [Timeout]
The docs are confusingly inaccurate here. Ther
uires fewer parameters than were passed."
That's my problem :)
- Original Message - From: "Giles Williams"
<[EMAIL PROTECTED]>
To: "REALbasic NUG"
Sent: Friday, June 02, 2006 6:07 PM
Subject: Re: HTTPSocket, POST and timeout...
You just type it
Your simple sample does not compile (RB2006r2):
"This method requires fewer parameters than were passed."
That's my problem :)
- Original Message -
From: "Giles Williams" <[EMAIL PROTECTED]>
To: "REALbasic NUG"
Sent: Friday, June 02, 2006
You just type it exactly as the Documentation shows it.
EG:
Dim ht As New HTTPSocket
ht.Post( "http://www.yoururl.com/";, 6000 )
That posts the file "http://www.yoururl.com/"; with a time out of 6
seconds.
On 2 Jun 2006, at 16:51, Daniel Chiaramello wrote:
Hi all.
Well, I have a
Hi all.
Well, I have a problem with the Post method of HTTPSocket and setting a
timeout.
In documentation, the syntax is the following one:
HTTPSocket.Post URL, [File], [Timeout]
But I don't seem to be able to set the timeout!!!
The HelpTag tells that only one version exists: HTTP.Post (url a