Re: [twsocket] Download manager

2012-02-25 Thread François Piette
I am working on a download manager, and using the HTTPMultipartdownloader component. For now I have 5 different HTTPMultipartdownloader components on my form, but I think I should be able to do it with only 1. like HTTPMultipartdownloader[xx] ? It depends on the requirements for your

Re: [twsocket] Download manager

2012-02-25 Thread Angus Robertson - Magenta Systems Ltd
If I have 5 or more different weblinks in my queue, I want do download all these files. Now I am using 5 components, but it doesn't seem very practical. Basicly i have 5 of them called DL1, DL2, DL3 , DL4 and DL5. Is there an easier way to accomplish this? to use just like a

Re: [twsocket] Download manager

2012-02-25 Thread Markus Humm
Perry Kappetein wrote: Hello, First of all, I am new to this list, and wasn't aware that there was a mailinglist available. Hopefully someone is able to help me with this. I am working on a download manager, and using the HTTPMultipartdownloader component. For now I have 5 different

Re: [twsocket] Download manager

2012-02-25 Thread Perry Kappetein
Thank you all for your information. Working now with the THttpCLI component instead. Got most of it to work now.. But have no clue where the data is put when the download is finished. With the HTTPMultipartdownloader I can use a Filestream, but do not see that in the THttpCLI component ?

Re: [twsocket] Download manager (Source)

2012-02-25 Thread Perry Kappetein
Hi, I am stuck now for weeks on this, and even though with some help I am unable to figure out what I am missing. Could someone take a look at this, and tell me what I am missing or doing wrong? The file is located here: http://www.dsromorganizer.com/helpneeded.zip Basicly what doesn't work