How to upload files into ZODB via shell script
Hello, I just want to upload some files (PDF and Image files, partly targeted to an ExtFile object) to Zope once some event occures on my system (triggered by a cron job or a certain mail reaching the system). Is there a straigthforeward way to do so? If not I guess I have to use an SQL database and store the objects I want to use there. Kind regards Andreas.
Hi, On Fri, Nov 15, 2002 at 08:44:02AM +0100, Andreas Tille wrote:
I just want to upload some files (PDF and Image files, partly targeted to an ExtFile object) to Zope once some event occures on my system (triggered by a cron job or a certain mail reaching the system).
Is there a straigthforeward way to do so?
I'd suggest you look at the load_site.py utility which came (still comes?) with Zope (in zope/utilities) bye, Jerome Alet
participants (2)
-
Andreas Tille -
Jerome Alet