tehnrd / Multi-File-Uploader-Force.com

A Visualforce component that uploads multiple files at once with progress bars.
http://www.tehnrd.com
37 stars 42 forks source link

Added slice function when unable to mozSlice and webkitSlice #12

Open tgentet-4c opened 8 years ago

tgentet-4c commented 8 years ago

I added lines 133-135: else { var blobChunk = currentFile.slice(startByte , stopByte + 1); }

I was receiving an error when running this code on Chrome Version 53.0.2785.116 (64-bit) OSX.

The above fixed the issue 👍

I reformatted the code so it added in a TON of whitespace, if you add w=1 to the URL as a Param it should remove it and only show you what needs to be seen :)