hello, i am searching for opinions on a project i am considering. the project is to create a product or script to allow users to email documents into Zope as attachments. then the documents are to be placed in the proper folder according to information in the subject line of the email they rode in on. what i would like to know is, is this possible? if it is, how hard will this be to implement? the other idea was to create a client app where users can drop the document onto a desktop icon and the app uses webDAV to put it into Zope. would this be easier or harder?
About webdav I don't know. In your first option it looks strange to me to use email for your purpose. I would create a form with fields for the attributes of the file to be uploaded an a field input type 'file'. Then I would create a action method that essentially is a wrapper for the 'manage_addFile' method. cb
Subject: [Zope] opinions please
hello,
i am searching for opinions on a project i am considering. the project is to create a product or script to allow users to email documents into Zope as attachments. then the documents are to be placed in the proper folder according to information in the subject line of the email they rode in on. what i would like to know is, is this possible? if it is, how hard will this be to implement?
the other idea was to create a client app where users can drop the document onto a desktop icon and the app uses webDAV to put it into Zope. would this be easier or harder?
participants (2)
-
Cornelis J. de Brabander -
michael angelo ruberto