RE: [Zope] Problems with File upload and Zope-1.10.0pr1
Hello Zopistas
Part 1
Trying to upload a plain text file, name Test into Zope (as an object File), (both Zope-1.9.0 and Zope-1.10.0) results in the following error: (Unknown content type)
This was a bug -- I've fixed it for 1.10.0 final.
Part 2.
I have installed Zope 1.10.0 and transfered the old Data.bbb files in the var directory. Everything seems to work ok and the old Document objects have been succesfully changed to DTML method objects.
Nevertheless a dtml like: <!--# in "objectValues(['Document'])"--> captures only the old Documents and not the new DTML methods or DTML Documents that I have added. Curiously copies of the old Document methods are also not shown. Looks like a bug to me.
Pavlos
Waaaa... :( Hopefully there's not a _whole_ lot of that in use. Unfortunately during this transition period you'll need to use: <!--#in "objectValues(['Document','DTMLDocument','DTMLMethod'])"--> Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd