add multiple images to zope folder
Hello, Is there a way to add multiple images to a zope folder instead of adding one at a time? -- Take care, eh. Chris
There's a script with zope called load_site.py that can do this. Alternatively, write your own Python Script that can do it for you from a <input type="file" form. On 12/4/05, Chris Purves <chris.purves@gmail.com> wrote:
Hello,
Is there a way to add multiple images to a zope folder instead of adding one at a time?
-- Take care, eh. Chris _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Use FTP, Open Internet Explorer, type ftp://zopeusername:password@yourZopeIPorURL.com:8021/directory/ and drag and drop from explorer to ie, zope assigns them as images automatically. Any FTP client will do, Filezilla is nice/free, as well. (filezilla.sourceforge.net) Substitute 8021 with your Zope's FTP port. I use it regularly for uploading website graphical components, a nice shortcut. HTH -Jon Chris Purves wrote:
Hello,
Is there a way to add multiple images to a zope folder instead of adding one at a time?
-- Take care, eh. Chris
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Jonathan Cyr http://www.cyr.info http://www.weddingweblog.com cyrj@cyr.info
On 04/12/05, Jonathan Cyr <cyrj@cyr.info> wrote:
Use FTP,
Open Internet Explorer, type ftp://zopeusername:password@yourZopeIPorURL.com:8021/directory/
and drag and drop from explorer to ie, zope assigns them as images automatically.
Any FTP client will do, Filezilla is nice/free, as well. (filezilla.sourceforge.net) Substitute 8021 with your Zope's FTP port.
I use it regularly for uploading website graphical components, a nice shortcut.
That looks like exactly what I want, but is it possible to make the connection secure? -- Take care, eh. Chris
I once started down that path with FTP. I use HomeSite, as well, to save via FTP. I investigated a Linux package called Delegate, that would provide a rev-proxy for FTP over SSL, in which normal FTP clients with SSL could transfer files. www.delegate.org I didn't continue, priorities and all. Maybe a WebDAV client over SSL would be easier, depends on your needs. -Jon Chris Purves wrote:
On 04/12/05, Jonathan Cyr <cyrj@cyr.info> wrote:
Use FTP,
Open Internet Explorer, type ftp://zopeusername:password@yourZopeIPorURL.com:8021/directory/
and drag and drop from explorer to ie, zope assigns them as images automatically.
Any FTP client will do, Filezilla is nice/free, as well. (filezilla.sourceforge.net) Substitute 8021 with your Zope's FTP port.
I use it regularly for uploading website graphical components, a nice shortcut.
That looks like exactly what I want, but is it possible to make the connection secure?
-- Take care, eh. Chris _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Jonathan Cyr http://www.cyr.info http://www.weddingweblog.com cyrj@cyr.info
On 06/12/05, Jonathan Cyr <cyrj@cyr.info> wrote:
I once started down that path with FTP. I use HomeSite, as well, to save via FTP. I investigated a Linux package called Delegate, that would provide a rev-proxy for FTP over SSL, in which normal FTP clients with SSL could transfer files. www.delegate.org
I didn't continue, priorities and all.
Maybe a WebDAV client over SSL would be easier, depends on your needs.
Yes, that's exactly what I was looking for. I'm already using Apache as a proxy for Zserver, so it didn't take much to get SSL working as well. Thanks, everyone for your help. -- Take care, eh. Chris
I'd use WebDAV. If you want security, tunnel the WebDAV port over ssh. cheers, Chris Chris Purves wrote:
Hello,
Is there a way to add multiple images to a zope folder instead of adding one at a time?
-- Take care, eh. Chris
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (4)
-
Chris Purves -
Chris Withers -
Jonathan Cyr -
Peter Bengtsson