|
|
|
| acHTTP component.
|
| property FileName: Boolean; // Read-only !!
|
| The FileName is optional and read-only property used to exctract the file name from the HTTP address specified in the URL property.
|
|
|
| acHTTP1.URL := 'http://www.abc.com/download/filename.zip';
|
| Result := acHTTP1.FileName;
|
| // Result will be 'filename.zip';
|
| URL, HostName and OutputFileName properties.
|