Browse Source

improved upload file type

tags/v1.21.12.1
palytoxin 5 years ago
parent
commit
0eee80822d
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      .tool-versions
  2. +1
    -1
      web_src/js/components/MinioUploader.vue

+ 0
- 1
.tool-versions View File

@@ -1 +0,0 @@
nodejs 12.14.0

+ 1
- 1
web_src/js/components/MinioUploader.vue View File

@@ -211,7 +211,7 @@ export default {
totalChunkCounts: file.totalChunkCounts,
md5: file.uniqueIdentifier,
size: file.size,
fileType: file.fileType,
fileType: file.type,
_csrf: csrf
}
})


Loading…
Cancel
Save