collective / collective.easyform

Forms for Plone
https://pypi.org/project/collective.easyform
13 stars 28 forks source link

Import form is missing a file input #419

Open mauritsvanrees opened 6 months ago

mauritsvanrees commented 6 months ago

The import form looks like this:

Screenshot 2023-11-09 at 20 34 37

It is a text input instead of a file input. For good measure I tried a path to a locally exported file, but that failed.

The field is defined as zope.schema.Bytes. Does this need an extra widget hint? Completely different field?

Has this ever worked in a previous version? Trying with latest release and Plone 6.0.8, but also 4.1.1 and Plone 6.0.6, with same result.