Skip to content

Commit 1f538e9

Browse files
committed
ProgressBar → FileDownloader
1 parent f9a30c2 commit 1f538e9

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Redirection, basic HTTPS support, CA files, Unicode in file names.
4949

5050
Downloading to Delphi TStream’s.
5151

52-
### EasyHttp\ProgressBar
52+
### EasyHttp\FileDownloader
5353

5454
A GUI file downloader. This example is rather complex because of multithreading and `Content-Disposition`. We do as most browsers do: request headers, then start writing to temporary file and simultaneously ask where to save it on HDD.
5555

@@ -63,4 +63,6 @@ Forms (one field is set in a simple way, the other in more complex one).
6363

6464
### EasyHttp\PhotoInfo
6565

66-
File uploading: disk file (2 ways), memory buffer, stream. Please copy `php_curl` directory to a PHP-capable web server.
66+
File uploading: disk file (2 ways), memory buffer, stream.
67+
68+
Please copy `php_curl` directory to a PHP-capable web server.

0 commit comments

Comments
 (0)