Board index » delphi » how to download a zip file in a app
Zhou Yi
![]() Delphi Developer |
Zhou Yi
![]() Delphi Developer |
how to download a zip file in a app2003-10-02 07:04:51 PM delphi92 hi,all i know it is a very very silly question but i don't know. my app want to download a zip file on a website. it is a TV showtime. Which component should i use ? Thank you. and, if i want to extract the zip file to a directory, how can i do it? thanks a lot. |
Cruxy
![]() Delphi Developer |
2003-10-02 07:44:40 PM
Re:how to download a zip file in a app
Zhou Yi writes:
Quotei know it is a very very silly question but i don't know. Quoteand, if i want to extract the zip file to a directory, regards |
Clever Components Team
![]() Delphi Developer |
2003-10-03 01:05:52 AM
Re:how to download a zip file in a app
Dear Mr. Zhou Yi,
The easyest way would be to use TclDownloader, TclMultiDownloader components clevercomponents.com/products/inetsuite/downloader.asp from Clever Internet Suite Version 3.2 clevercomponents.com/products/inetsuite/suitev3release.asp These components designed to help you develop your software rapidly with minimum coding! Both TclDownloader and TclMultiDownloader can download data into the memory stream and then you can use ZLib www.base2ti.com/downloads/delphi-objects.shtm to unzip it. Feel free to contact us if you have any questions or concerns! Please also keep in mind that with Clever Internet Suite you can use Multipart Multitreading Downloading via secured channel (HTTPS) using SSL with ability of resuming broken or stopped downloads from where they left off on both HTTP/HTTPS and FTP servers. Clever Internet Suite links: - Home Page clevercomponents.com/products/inetsuite/suite.asp - Downloads clevercomponents.com/downloads/inetsuite.asp - Compiled Demos clevercomponents.com/downloads/inetsuite.asp - Online Demos clevercomponents.com/products/inetsuite/demos.asp - History clevercomponents.com/products/inetsuite/suitehistory.asp - FAQ clevercomponents.com/products/inetsuite/inetsuitefaqs.asp Best regards, CleverComponents Team www.CleverComponents.com "Zhou Yi" <XXXX@XXXXX.COM>writes Quotehi,all |