Sunday 05 March 2006 9:27:40 am
Hi - http://www.packtpub.com has a great book: "Learning eZ publish 3", and it has some supporting scripts. One of the scripts they have allows you to upload content into the system - the filename starts with the word "create". You'll need to add this line into their scripts for compatibility with the new versions. <b>include_once( "kernel/classes/ezcontentobjecttreenode.php" );</b> If you go to the publisher's site, you can go into the support area and download the scripts. You will have to give them your email (they send you a link). I have not used it with images, but you may want to try. You should be very comfortable with PHP, and have shell access for this approach. I have used this script as the foundation for many uploads, some that were really complex. Good luck.
|