[Zope] ExtFile and ftp access
Dieter Maurer
dieter@handshake.de
Tue, 26 Feb 2002 20:51:47 +0100
Markus Koelle writes:
> Can you tell me, how I can patch the extFile-product to allow ftp and webdav
> transport. FTP-uploaded Images should become extImages and files should become
> extfile-objects. Please can you give me detailed information about PUT_factory.py.
You read the HowTo on Zope.org?
> Another problem with extFile-product:
> A 2,8 MB-File can uploaded via http with no probs, the upload of bigger files (6 MB, 14
> MB) stops with time-out. Any idea?
Uploading large objects takes some time.
I fear, you need to find the process that times out (your
browser, an FCGI/PCGI gateway, Apache, ...) and increase the
timeout.
Dieter