[Zope] Folder upload ?

2001-01-15 Thread Marc Fischer

Hi,

Could anyone tell me, if it is possible to upload a whole folder with all
its including objekts like pictures and things into ZOPE? If yes, tell me
how, please.

And another question: a created my own zclass ( a newsitem). One instance of
this newsitem has the same function like a folder. I can upload for example
a file in it with the tag:

dtml-with News1
dtml-call manage_addFile(...

It works perfect :-) But I cannot insert something with the copy and paste
functions in zope! If I try it, I get the message: The object 'file' does
not support this operation.

Perhaps someone is able to solve my probs ...

Thanx, Marc



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] convert a String ...

2001-01-14 Thread Marc Fischer


Hi,

how is it possible to convert a string into my own zclass type?
I get a String from a form and want to do some operation like
string.manage_addFile(... on it. So what to do ??? Perhaps some out there is
able to help ...

Thanks,

Marc


___
Zope maillist  -  [EMAIL PROTECTED]
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 )