Advice on small zope application
Hi, I need some advice on the easiest way to realize a small zope application. The application should allow users to upload (mainly Visio-drawings) to the Zope server and manage them. Other users should only be able to download the files. Requirements: - upload, update (i.e upload a replacement for a file) and deletion of files should be possible - files should be saved in the filessystem, not in the Zope DB - it should be possible to structure the files in a tree - the owner should be able to add comments to the file Nice to have: - only the owner should be able to update/delete a file Are there any Zope products that fulfill this requirements? Any ideas? Thanks! Stefan -- Stefan Loidl Phone: +49 89 289 28882 Leibniz Supercomputing Center Fax: +49 89 2809460 Barer Str. 21 mailto:loidl@lrz.de 80333 Munich, Germany http://www.lrz.de
On Friday 21 Jun 2002 12:51 pm, Stefan Loidl wrote:
Hi,
I need some advice on the easiest way to realize a small zope application.
The application should allow users to upload (mainly Visio-drawings) to the Zope server and manage them. Other users should only be able to download the files.
Requirements: - upload, update (i.e upload a replacement for a file) and deletion of files should be possible - files should be saved in the filessystem, not in the Zope DB - it should be possible to structure the files in a tree - the owner should be able to add comments to the file
Nice to have: - only the owner should be able to update/delete a file
Are there any Zope products that fulfill this requirements?
Any ideas?
From what youve described it sounds like a good use for Apache and scp, not Zope.
Toby Dickenson wrote:
On Friday 21 Jun 2002 12:51 pm, Stefan Loidl wrote:
Hi,
I need some advice on the easiest way to realize a small zope application.
The application should allow users to upload (mainly Visio-drawings) to the Zope server and manage them. Other users should only be able to download the files.
Requirements: - upload, update (i.e upload a replacement for a file) and deletion of files should be possible - files should be saved in the filessystem, not in the Zope DB - it should be possible to structure the files in a tree - the owner should be able to add comments to the file
Nice to have: - only the owner should be able to update/delete a file
Are there any Zope products that fulfill this requirements?
Any ideas?
From what youve described it sounds like a good use for Apache and scp, not Zope.
No, because I wan't to give the users a simple web interface not scp, and it should be part of another already existing zope application. Stefan -- Stefan Loidl Phone: +49 89 289 28882 Leibniz Supercomputing Center Fax: +49 89 2809460 Barer Str. 21 mailto:loidl@lrz.de 80333 Munich, Germany http://www.lrz.de
Stefan Loidl writes:
... Requirements: - upload, update (i.e upload a replacement for a file) and deletion of files should be possible - files should be saved in the filessystem, not in the Zope DB - it should be possible to structure the files in a tree - the owner should be able to add comments to the file
Nice to have: - only the owner should be able to update/delete a file Look at "ExtFile"...
Dieter
Or ZFS if you want to be adventurous... http://www.zope.org/Members/andym/ZFS ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Stefan Loidl" <Stefan.Loidl@lrz-muenchen.de> Cc: <zope@zope.org> Sent: Friday, June 21, 2002 2:44 PM Subject: Re: [Zope] Advice on small zope application
Stefan Loidl writes:
... Requirements: - upload, update (i.e upload a replacement for a file) and deletion of files should be possible - files should be saved in the filessystem, not in the Zope DB - it should be possible to structure the files in a tree - the owner should be able to add comments to the file
Nice to have: - only the owner should be able to update/delete a file Look at "ExtFile"...
Dieter
_______________________________________________ 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 (4)
-
Andy McKay -
Dieter Maurer -
Stefan Loidl -
Toby Dickenson