How to install p01.tmp
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install p01.tmp
Lastest release
This package provides a browser request and publication for Zope3. File uploads get directly stored in a persistent temporary file. This file can be used in file storages with zero-copy processing. The temporary file is controlled by a special transaction data manager which also takes care of removing the temporary file if the transaction get aborted or commited.
CHANGES
Version 0.6.0 (2011-01-04)
- rename tmpStorage product config key to storage
- moved p01.tmp.default.getTMPStoragePath to p01.tmp.storage.getTMPStoragePath which allows to skip the default.py module at all
Version 0.5.0 (2009-05-11)
- Initial Release