Hi there, Is there a way to set up a page (a form in fact) that lets the user upload a file to the ZODB, in a specified directory ? I mean a user *not* being allowed to view the management screens. If somebody can direct me to read a guide or something, I'd really appreciate it. Dimitris Andrakakis http://atlas.central.ntua.gr:8000/~mc94068
Hello, Take a look at KM|Net News http://www.zope.org/Members/tazzzzz/kmnn Specifically, look at the incoming.html form and the "AddArticle" method. For AddArticle, you'll have to go into Control_Panel/Products/KMnetNews/KMArticleStore to find it. The form and method allow the user to upload article text and image files, and the image files get stored in the ZODB. Kevin ----- Original Message ----- From: "Dimitris Andrakakis" <dandraka_info@yahoo.com> To: "Zope mailing list" <zope@zope.org> Sent: Sunday, April 09, 2000 10:43 AM Subject: [Zope] Uploads
Hi there, Is there a way to set up a page (a form in fact) that lets the user upload a file to the ZODB, in a specified directory ? I mean a user *not* being allowed to view the management screens. If somebody can direct me to read a guide or something, I'd really appreciate it.
Dimitris Andrakakis http://atlas.central.ntua.gr:8000/~mc94068
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dimitris Andrakakis -
Kevin Dangoor