Re: HTTPSocket, POST and timeout...

2006-06-02 Thread Mark Nutter
--- 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

Re: HTTPSocket, POST and timeout...

2006-06-02 Thread Peter Truskier
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

Re: HTTPSocket, POST and timeout...

2006-06-02 Thread Daniel Chiaramello
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

Re: HTTPSocket, POST and timeout...

2006-06-02 Thread Giles Williams
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

HTTPSocket, POST and timeout...

2006-06-02 Thread Daniel Chiaramello
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