<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Maciej Wisniowski ha scritto:
<blockquote cite="mid45EDC9CE.2010904@coig.katowice.pl" type="cite">
  <blockquote type="cite">
    <pre wrap="">I've just installed Zope 2.8 with Apache 2 and I made a download library (a CMS site is too much for me and I can't find a simple "download area" product, so I've done it!)
    </pre>
  </blockquote>
  <pre wrap=""><!---->What about railorad: <a class="moz-txt-link-freetext" href="http://www.infrae.com/products/railroad">http://www.infrae.com/products/railroad</a>

  </pre>
  <blockquote type="cite">
    <pre wrap="">How can i manage downloads &amp; uploads?
    </pre>
  </blockquote>
  <pre wrap=""><!---->In general it is bad idea to hold and serve large files directly from
ZODB. This should be done by Apache etc.

  </pre>
</blockquote>
Large files aren't store in ZODB but in a shared folder connected with
LOCALFS. Maybe Zope load a file in zodb before begin the download? (Are
there other storage product that work only in zope - without plone?)<br>
Tramline is an Apache add-on but my problem still remain without Apache
so this product can help me after  I resolved the Zope issue.<br>
<br>
Thank you<br>
<br>
Illorca<br>
<br>
</body>
</html>