You are here: Home Plone products ATTramline

ATTramline (1.0)

1
by Olha Pelishok last modified 2008-05-12
0.0
0.0
0.0
0.0
Released on 2008-05-08 by Jeroen Vloothuis for Plone 2.1, Plone 2.5, Plone 3.0, Plone 3.1 under Zope Public License (ZPL) available for All platforms.
Software development stage: stable
ATTramline is a set of extensions for Archetypes to make it play nice with Tramline. Tramline is a system which can transparently intercept file uploads and downloads to store them on the filesystem instead of in the ZODB.
ATTramline is a set of extensions for Archetypes to make it play nice with Tramline. Tramline is a system which can transparently intercept file uploads
and downloads to store them on the filesystem instead of in the ZODB.

This piece of code makes it even easier to leverage the power of Tramline in Archetypes based content. It does so by providing a widget and a new storage
class for files.

Usage

To use it you need a patched Tramline. The patch is included in the source. You can use it on any file field like so:

FileField('largeFileWeDontWantInTheZODB',
content_class=TramlineFile,
widget=TramlineWidget(
)
)

Document Actions
Powered by Plone