Skip to content

Commit

Permalink
ProgressBar → FileDownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Mar 28, 2015
1 parent f9a30c2 commit 1f538e9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Redirection, basic HTTPS support, CA files, Unicode in file names.

Downloading to Delphi TStream’s.

### EasyHttp\ProgressBar
### EasyHttp\FileDownloader

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.

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

### EasyHttp\PhotoInfo

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

Please copy `php_curl` directory to a PHP-capable web server.

0 comments on commit 1f538e9

Please sign in to comment.