Skip to content

Commit

Permalink
Fix uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Jul 22, 2024
1 parent 75e2b37 commit 335241d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Store/Upload/UploadSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ const uploadChunk = async (
const result = await Server.post('upload/', formData, {
headers: {
'Content-Type': 'multipart/form-data',
'X-CSRFToken': cookies.csrftoken.value,
'Content-Range': `bytes ${offset}-${
offset + currentChunkSize - 1
}/${file_size}`,
Expand Down

0 comments on commit 335241d

Please sign in to comment.