Ver Mensaje Individual
  #6  
Antiguo 06-05-2003
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
prueba con esto a ver que tal

Código:
try
  try
     stream:= TFileStream.Create('c:\miarchivo.txt',fmCreate);
     idhttp1.Get('http://www.mipagina.com/miarchivo.txt',stream);
  finally
      stream.Free;
  end;
except
end;
esto te tendria que capturar sin problemas la exception
Responder Con Cita