IDHTTP的一个小问题(100分)

  • 主题发起人 主题发起人 3304xfq
  • 开始时间 开始时间
3

3304xfq

Unregistered / Unconfirmed
GUEST, unregistred user!
Idhttp的

---
FIDHTTP.head(url)

FIdHTTP.Request.ContentRangeStart := Pos;
FIDHTTP.Request.ContentRangeEnd := Pos + Count - 1;
FIDHTTP.get(url);

---
ContentRangeStart integer
ContentRangeEnd integer

在超过2G的文件时都发生错误 ,请问怎么解决这个问题?
 
据说indy9最大2G,indy10可以4G
 
来自:drizzledu, 时间:2008-3-28 19:24:53, ID:3883324
据说indy9最大2G,indy10可以4G

你乱讲
 
断点续传?根据 http 协议头自己构造这个字符串头啊
 
后退
顶部