[Zope] Download resume

Dieter Maurer dieter@handshake.de
Mon, 5 Mar 2001 20:39:07 +0100 (CET)


=?iso-8859-1?q?J=F8rn?= Helge B. Dahl writes:
 > We have gotten a question from someone who wants to download a rather
 > large file from our site. He seems to want to download only small
 > portions of the file, and use resume to get the rest of it. The trouble
 > is that he seems not get it to work. He says that getright and flashget
 > complains about that our site does not support resume. We use ZServer
 > 1.1b1.
Partial loads is an HTTP 1.1 feature.
Zope implements HTTP 1.1 only to a small extend.

If you have programming skills, you could enhance the
"OFS.Image.File.index_html" method to support partial
loads.


Dieter