I want to create a chrome extension that can include multi-threaded file uploads. Does chrome provide some API that can be used to read file streams using javascript?
I was wondering why chrome does not support multithreaded loading by default? Also, if there are any ways to do the same right now?
source
share