We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4058944 + 3c59e4c commit bf1b036Copy full SHA for bf1b036
docs/developer-docs/latest/plugins/upload.md
@@ -149,7 +149,7 @@ import fetch, { blobFrom } from 'node-fetch';
149
const file = await blobFrom('./1.png', 'image/png');
150
const form = new FormData();
151
152
-form.append('files', file, "iamge.png");
+form.append('files', file, "1.png");
153
154
const response = await fetch('http://localhost:1337/api/upload', {
155
method: 'post',
0 commit comments