We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c16cde commit 8de3f74Copy full SHA for 8de3f74
src/routes/solid-router/concepts/actions.mdx
@@ -137,6 +137,8 @@ export function MyComponent() {
137
}
138
```
139
140
+**Note:** If you are uploading files make sure you include `enctype="multipart/form-data"` to your `<form>` element.
141
+
142
## Error handling
143
144
Rather than throwing errors, it is recommended to return them from actions.
0 commit comments