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