Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Wilfried Mestdagh
: "ICS support mailing" > Sent: Thursday, January 19, 2006 7:16 PM > Subject: 回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream > thanks F.P. > I See, > but if the file is more than 1 GB, That will cost my > too mush disk free space,I am confuse on this p

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Dan
Ghrst" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, January 19, 2006 7:16 PM Subject: 回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream thanks F.P. I See, but if the file is more than 1 GB, That will cost my too mush disk free space,I am confuse on th

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Francois PIETTE
be - Original Message - From: "Opqrst Ghrst" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, January 19, 2006 8:16 PM Subject: 回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream thanks F.P. I See, but if the file is more than 1 GB, T

回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Opqrst Ghrst
thanks F.P. I See, but if the file is more than 1 GB, That will cost my too mush disk free space,I am confuse on this problem, because I must add Form Field Value information on the Head of the data and boundary end of data.it will be work by ContentTypePost="multipart/form-data" mothod post. --

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Francois PIETTE
when I use Http Post Web to send file, if the file is bigger as 100mb. because content must has some FormField to post, I use MemorrStream write these information and FileStream. when I load to TMemoryStream it will cause my computer slow to build MemoryStream, can I use other mothods to resolve t

回覆: Re: 回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Opqrst Ghrst
ssage - > From: "Opqrst Ghrst" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, January 19, 2006 5:00 PM > Subject: 回覆: Re: [twsocket] HTTP POST - > SendStream With TMemoryStream > > > > hello > > > > I try

回覆: Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Opqrst Ghrst
ning); --- Paul <[EMAIL PROTECTED]> 說: > You should use a TFileStream instead of a > TMemorystream. > > Paul > > > > - Original Message - > From: "Opqrst Ghrst" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent:

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Paul
You should use a TFileStream instead of a TMemorystream. Paul - Original Message - From: "Opqrst Ghrst" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, January 19, 2006 10:37 AM Subject: [twsocket] HTTP POST - SendStream With TMemoryStream

[twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Opqrst Ghrst
Hello all, when I use Http Post Web to send file, if the file is bigger as 100mb. because content must has some FormField to post, I use MemorrStream write these information and FileStream. when I load to TMemoryStream it will cause my computer slow to build MemoryStream, can I use other mothods