This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
improved upload file type
tags/v1.21.12.1
palytoxin
5 years ago
parent
bf90cb8872
commit
0eee80822d
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.tool-versions
+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.
fileT
ype,
fileType: file.
t
ype,
_csrf: csrf
}
})
Write
Preview
Loading…
Cancel
Save