Creating files outside of Zope with type ZTL.
Whenever I use Dreamweaver to create a new file in Zope via FTP or WebDAV it comes up as type DTML. How do I create files with default type of Template (ZTL)??? Also, I'm having a lot of trouble simply moving files back and forth from Zope and the file system. file system files in Zope What is the current state of Zope's ability to handle external files? I identified the list of Products below. What are the differences? Is there one coherent, best solution? External File ZFS ExtFile/ExtImage Local File System I'm sort of new to Zope and this is confusing. Why all the fuss just to serve a file from the file system? Why isn't this built-in? Yours, Noah
Noah wrote:
Whenever I use Dreamweaver to create a new file in Zope via FTP or WebDAV it comes up as type DTML. How do I create files with default type of Template (ZTL)???
Search for PUT_factory, here's a good how-to: http://www.zope.org/Members/glpb/dwhowto
Why all the fuss just to serve a file from the file system? Why isn't this built-in?
'cos Zope has ZODB, and there's nto that many situations where you really want to serve a file from the filesystem rather than an object from the object database :-) cheers, Chris
participants (2)
-
Chris Withers -
Noah