Anyone know how to customize webdav bulk upload behaviors for different types?
The way its working now it does not “do what you would expect”
html should upload / download as pages (without rfc headers)
images should upload / download as images
binary files should upload / download as binary files
I’ve been through the documentation and looked at the xml schemas and noted some have their fields marked as primary etc. But overall behavior seems mis-configured out of the box.
There do not seem to be any clear-cut examples in the documentations on how to make webdav behave like a normal filesystem.
Plone 4.3 works fine under Archetypes using the Primary Field Marshaller component.
From what I understand, all that is baked into the Dexterity types on Plone6.
If I only knew what fields to experiment with to change the marshalling behavior over webdav I’d be able to upgrade my aging 4.3 site to 6.X using bulk upload.
THANKS!