Hello!
HTML::FormFu documentation is (again) quite unclear on usage of inflators.
Using
---
elements:
- type: File
name: photo
attributes:
accept: image/jpg
inflators:
- type: Imager
how do I access Imager object from $form?
Alex.