Browse Source

format

tags/v1.22.4.1^2
lewis 3 years ago
parent
commit
a1f5adb9ce
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      web_src/js/components/MinioUploader.vue

+ 0
- 2
web_src/js/components/MinioUploader.vue View File

@@ -184,7 +184,6 @@ export default {
File.prototype.slice ||
File.prototype.mozSlice ||
File.prototype.webkitSlice,
//chunkSize = 1024 * 1024 * 64,
chunks = Math.ceil(file.size / chunkSize),
spark = new SparkMD5.ArrayBuffer(),
fileReader = new FileReader();
@@ -345,7 +344,6 @@ export default {
File.prototype.slice ||
File.prototype.mozSlice ||
File.prototype.webkitSlice,
//chunkSize = 1024 * 1024 * 32,
chunks = Math.ceil(file.size / chunkSize),
fileReader = new FileReader(),
time = new Date().getTime();


Loading…
Cancel
Save