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
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
Hi !
Every ICS user is invited to be part of ICS-group on Linked-In.
See http://www.linkedin.com/e/gis/136245
Why ?
Just to have a little bit more visibility for everyone of us and for ICS.
There is another one on FaceBook:
http://www.facebook.com/pages/ICS-Internet-Component-Suite/394936221
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
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
Hi Xavier,
Francois is trying to tell you that you need to read some more about the
difference between post and get and the way those work in a form.
Try the following
Host: 81.184.21.22:100
url = POST /hfs/.
data =
fileupload1=C%3A%5CDocuments+and+Settings%5C%5CDesktop%5Ctest.txt&upbtn=
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
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