diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md
index 070dc46687..63bc9f19e7 100644
--- a/site/content/docs/02-template-syntax.md
+++ b/site/content/docs/02-template-syntax.md
@@ -544,6 +544,23 @@ Numeric input values are coerced; even though `input.value` is a string as far a
```
+##### File input bindings
+
+---
+
+On `` elements with `type="file"`, you can use `bind:files` to get the [list of selected files](https://developer.mozilla.org/en-US/docs/Web/API/FileList).
+
+```sv
+
+
+```
+
##### Binding `