- From: guest271314 <notifications@github.com>
- Date: Sun, 22 Mar 2020 10:57:56 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 22 March 2020 17:58:08 UTC
Is the > 65536 re a `File` from `<input type="file">`? Also observed the same result when input is a `File` object. Cannot the chunks be split into the desired size using `TypedArray.slice()` or `TypedArray.subarray()` (with remainder temporarily stored and prepended to the next chunk) client-side? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/144#issuecomment-602247551
Received on Sunday, 22 March 2020 17:58:08 UTC