Hi, How can I configure Zope (or a Zope script) so that, when I put a file (via FTP or HTTP) in a Zope folder, the corresponding object will be created as, for example, an ExtFile instead of a standard File ?? Thanks for any answer... Thierry
How can I configure Zope (or a Zope script) so that, when I put a file (via FTP or HTTP) in a Zope folder, the corresponding object will be created as, for example, an ExtFile instead of a standard File ??
Thanks for any answer...
We are considering a facility to configure this for Zope 2.5. If you have time to look at: http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToI ndexHtml ...I'd appreciate any feedback you might have on the proposal. Brian Lloyd brian@zope.com Zope Corporation www.zope.com
Thierry FLORAC writes:
How can I configure Zope (or a Zope script) so that, when I put a file (via FTP or HTTP) in a Zope folder, the corresponding object will be created as, for example, an ExtFile instead of a standard File ?? You call for a PUT_factory (maybe spelled differently).
There is a HowTo at zope.org. Dieter
participants (3)
-
Brian Lloyd -
Dieter Maurer -
Thierry FLORAC