❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$request->files()
Returns the $_FILES array
return
(array)
dump(kirby()->request()->files());
↑
Cheat Sheet overview
←
$request->data()
→
$request->get($key, $default = null)
↓
Back to Cheat Sheet section
Top