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 56c31d0 commit 3c59e4cCopy full SHA for 3c59e4c
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