Re: [twsocket] help on httpcli post

2010-10-12 Thread Xavier Mor-Mur
Hi RTT Thanks for sample. I play with it in few minutes. I read many off post even when are out of my programing knowledge, give me ideas how to do better my programs. Thanks again to all ICS folks. Xavi Al 12/10/2010 18:55, En/na RTT ha escrit: Here is a sample that work. Get the 'multi

Re: [twsocket] help on httpcli post

2010-10-12 Thread RTT
Here is a sample that work. Get the 'multipart/form-data' encode tstream class code from this unit: http://read.pudn.com/downloads116/sourcecode/internet/495621/Gz235_200671623235689/cn700_del549790557/IndyMultipartFormData/MsMultiPartFormData.pas__.htm Start a new Delphi application, and in th

Re: [twsocket] help on httpcli post

2010-10-12 Thread Xavier Mor-Mur
Thanks Francois and Frans I will take look. May need is the most basic use of http get/post. Sporadically and need send files to servers for which I don't have any support/control. Some of them have ftp support, no problem with ICS, but troubles I come with http protocol. I'm a permanent begin

Re: [twsocket] help on httpcli post

2010-10-12 Thread Francois PIETTE
As I know HFS have a some kind of code but I don't know how to call it from client. Open on your navigator "http:// 81.184.21.22 :100/hfs/" and will see a very easy web page with list of files with two buttons "UPLOAD" and "LOGIN". Upload button allow select up to 10 files and then upload it usi

Re: [twsocket] help on httpcli post

2010-10-12 Thread Frans van Daalen
pbtn=Upload+files this will upload a file (test.txt) from the desktop of user XX to the server - Original Message - From: "Xavier Mor-Mur" To: "ICS support mailing" Sent: Tuesday, October 12, 2010 1:23 PM Subject: Re: [twsocket] help on httpcli post H

Re: [twsocket] help on httpcli post

2010-10-12 Thread Xavier Mor-Mur
Hello Francois As I know HFS have a some kind of code but I don't know how to call it from client. Open on your navigator "http://81.184.21.22:100/hfs/"; and will see a very easy web page with list of files with two buttons "UPLOAD" and "LOGIN". Upload button allow select up to 10 files and t

Re: [twsocket] help on httpcli post

2010-10-12 Thread Francois PIETTE
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-obfus