This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
ipfs #3601
Closed
Description
-
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.