Download de arquivos por http

 
   3D Game Builder - Índice » Desenvolvimento
Download de arquivos por http
Autor Mensagem
Douglas Winchester
Usuário
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:

Código:
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 Exibir perfil de usuários
   3D Game Builder - Índice » Desenvolvimento
Página 1 de 1