slice = _this.file.slice(place, place + Math.min(_this.chunk_size, _this.file.size - place));
Uncaught TypeError: Cannot ready property ‘slice’ of null
slice = _this.file.slice(place, place + Math.min(_this.chunk_size, _this.file.size - place));
Uncaught TypeError: Cannot ready property ‘slice’ of null