plone.app.blob or z3c.blobfile?
Posted
by askvictor
on Stack Overflow
See other posts from Stack Overflow
or by askvictor
Published on 2009-12-15T03:39:47Z
Indexed on
2010/04/15
0:23 UTC
Read the original article
Hit count: 629
I need a blob file field as part of a content type in plone. plone.app.blob's BlobField should provide this, but I can't find how to get a URL to download the file including the original filename (e.g. http://plone.site/plone/obj/orig-file-name.avi). Is there a way to do this using plone.app.blob?
Alternately, there are a few pointers on the web pointing to plone.namedfile to do this. plone.namedfile seems to rely on z3c.blobfile. How does z3c.blobfile differ from plone.app.blob?
Is one of these methods better than the other?
vik
© Stack Overflow or respective owner