2 Apr
2004
2 Apr
'04
11:11 p.m.
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