I recently tried: ``` <input type="file" multiple bind:files="files"> ``` And received the compile time error: ``` [!] (svelte plugin) ValidationError: 'files' is not a valid binding ``` Am currently working on a PR.