I'm walking through the Zope tutorial and just uploaded an image through Zope. I just searched my computer and did not find that file. It displays on the page, so I know it uploaded... Is it in the Database? Thanks -Allen
Where are the files?Is it in the Database? Yes. It is in the ZopeDB, which is sort of its own filesystem. Douwe
-> Where are the files?Is it in the Database? -> Yes. It is in the ZopeDB, which is sort of its own filesystem. If you use the Zope Product "ExtFile" (which gives you the Zope Types ExtFile and ExtImage), then you can store the files on the regular disk-based filesystem, and only meta-data will be stored in the database. --Derek
it is in the database jens On Friday, December 28, 2001, at 11:04 , Allen May wrote:
I'm walking through the Zope tutorial and just uploaded an image through Zope. I just searched my computer and did not find that file. It displays on the page, so I know it uploaded...
Is it in the Database?
Thanks
-Allen
participants (4)
-
Allen May -
Derek Simkowiak -
Douwe Osinga -
Jens Vagelpohl