LearnLearnBuildBuild
  • Learn

  • Build

  • Github

  • WELCOME BUILDERS!
    • Quickstart
      • Supported Tokens
      • Tags
      • Receipts
      • Mutable References
      • Path Manifests
      • Balance Approvals
      • Manually Creating a Tx
      • Using IPFS CIDs
      • Installing the SDK
        • fund()
        • withdrawBalance()
        • withdrawAll()
        • getLoadedBalance()
        • getPrice()
        • upload()
        • uploadFile()
        • uploadFolder()
        • utils.toAtomic()
        • utils.fromAtomic()
        • utils.getReceipt()
        • utils.verifyReceipt()
        • funder.submitFundTransaction()
        • uploader.uploadBundle()
      • Chunked Uploader
        • Connecting
        • Upload Parameters
        • Data Mode
        • Transaction Mode
        • Controlling the Upload
        • Expired Uploads
        • Upload Events
    • Irys in The Browser
      • Installation
        • balance
        • price
        • fund
        • withdraw
        • upload
        • upload-dir
    • Downloading
    • Querying
      • Using npx create-react-app
      • Using Vite
      • Monitoring Account Balance
      • Uploading NFT Assets
      • Creating a Dynamic NFT
    • Troubleshooting
(opens in a new tab)
Build
ONCHAIN STORAGE
SDK
Chunked Uploader
Connecting

Connecting

When using the chunking uploader, first create an Irys object and then follow that by requesting the chunked uploader using irys.uploader.chunkedUploader.

ℹ️

The chunkedUploader object reference must be updated before each subsequent upload, it can not be reused.

let irys = await getIrys();
 
let uploader = irys.uploader.chunkedUploader;
Chunked UploaderUpload Parameters
Irys Logo
OVERVIEW
  • What is Irys?
  • What is A Datachain?
  • Build With Us!
TOOLS FOR ARWEAVE
  • SDK
  • Query Package
  • CLI

Join the Irys Community

2024 Irys. All rights reserved.