We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e2e04 + ca42edd commit a4050f2Copy full SHA for a4050f2
5-network/09-resume-upload/article.md
@@ -48,7 +48,7 @@ To resume upload, we need to know *exactly* the number of bytes received by the
48
49
3. Then, we can use `Blob` method `slice` to send the file from `startByte`:
50
```js
51
- xhr.open("POST", "upload", true);
+ xhr.open("POST", "upload");
52
53
// File id, so that the server knows which file we upload
54
xhr.setRequestHeader('X-File-Id', fileId);
0 commit comments