I try to include http get and post to my program and doing tests on
OverbyteIcshttptst demo.
I get function GET work but not with function POST.
I configured at home free "HFS - HTTP File Server" from
http://www.rejetto.com/hfs/
When running demo I set
URL = http://81.184.21.22:100/hfs/c-obfuscado.txt
Data = C:\Mis documentos\c-obfuscado.txt
Button GET works and how text file in panel
Button POST give sequence events bellow.
POST Failed !
StatusCode = 404
ReasonPhrase = Request aborted on timeout
Sure I missing to do something but I don't know what.
You cannot do a post to a document link unless there is a script (or
whatever code is required) at server side to handle the post.
I suggest you first try posting using your favorite internet navigator to
validate the webserver configuration, then you may start doing the same with
the component.
Usually, the webserver has an HTML form with some fields (including file
field) and a submit button. behing the submit button, you have the URL used
to "post" the form. This is the URL you have to use with the component.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be