[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

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 twsocket@elists.org Sent: Thursday, January 19, 2006 10:37 AM Subject: [twsocket] HTTP POST - SendStream With TMemoryStream Hello all

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

2006-01-19 Thread Opqrst Ghrst
. Paul - Original Message - From: Opqrst Ghrst [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, January 19, 2006 10:37 AM Subject: [twsocket] HTTP POST - SendStream With TMemoryStream Hello all, when I use Http Post Web to send file

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

回覆: 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
Message - From: Opqrst Ghrst [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org 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, That will cost my too mush disk free

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Dan
PROTECTED] To: ICS support mailing twsocket@elists.org 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 problem

Re: [twsocket] HTTP POST - SendStream With TMemoryStream

2006-01-19 Thread Wilfried Mestdagh
, 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 problem, because I must add Form Field Value information on the Head of the data