|
Autor |
Mensagem |
Douglas Winchester
Usuário
Registrado: 23/01/13 Mensagens: 171
|
|
Download de arquivos por http |
|
Numa futura versão poderia ser adicionado o download de arquivos por http:
| | httpClient:= THTTPSend.Create;
if httpClient.HTTPMethod('GET', 'http://www.site.com/imagem1.jpg') then
httpClient.Document.SaveToFile('foto.jpg');
httpClient.Free;
end;
|
|
|
Qua Jan 30, 2013 10:32 pm |
|
|
|
|
|
|