You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Platform:
Darwin internal2.bitola.com 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
Subsystem:
js-ipfs: ipfs.files.write
Severity:
High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
Description:
File upload / write truncates to 262144 when file is larger.
Steps to reproduce the error:
Use sample "browser-mfs" from "examples". Run it.
Drop any file larger than 262144 in the browser window. I used a 863KB file to upload.
The uploaded file is truncated to 262144.
The text was updated successfully, but these errors were encountered:
Turn the `Blob`/`File` object into a `ReadableStream` then turn that
into an `AsyncIterator<Uint8Array>` the same as the other input types.
Fixes#3601Fixes#3576
Turn the `Blob`/`File` object into a `ReadableStream` then turn that into an `AsyncIterator<Uint8Array>` the same as the other input types.
Fixes#3601Fixes#3576
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
need/analysisNeeds further analysis before proceeding
Version:
0.54.4
Platform:
Darwin internal2.bitola.com 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
Subsystem:
js-ipfs: ipfs.files.write
Severity:
High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
Description:
File upload / write truncates to 262144 when file is larger.
Steps to reproduce the error:
Use sample "browser-mfs" from "examples". Run it.
Drop any file larger than 262144 in the browser window. I used a 863KB file to upload.
The uploaded file is truncated to 262144.
The text was updated successfully, but these errors were encountered: