ExternalFile question
Hello: i was first using Extfile to allows some users to attach files to some projects they create using zope. Extfile worked fine, except that i couldn't tell it _where_ i wanted the repository. So off to ExternalFile, which works just lovely. But Extfile have a lovely "link" attribute (or somesuch) to build a quick href to the file so users could download it and view at her/his leisure. How do I accomplish this with ExternalFile? I have perused the code, googled it, read the README, got the t-shirt ... and found no explaination to this. Thanks, Patrick __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
patrick sullivan wrote at 2004-4-1 16:25 -0800:
i was first using Extfile to allows some users to attach files to some projects they create using zope. Extfile worked fine, except that i couldn't tell it _where_ i wanted the repository. So off to ExternalFile, which works just lovely. But Extfile have a lovely "link" attribute (or somesuch) to build a quick href to the file so users could download it and view at her/his leisure. How do I accomplish this with ExternalFile? I have perused the code, googled it, read the README, got the t-shirt ... and found no explaination to this.
Look at the source code -- especially, how "ExtFile" implements the feature you value so high. Transfer it to "ExternalFile"... -- Dieter
participants (2)
-
Dieter Maurer -
patrick sullivan