Drag and drop files here

Overview

This component:

  • Uploads a file
  • Shows a progress bar to track upload progress
  • Funds the upload (if necessary)
  • Displays the uploaded file(s) (optionally)
  • Displays the upload receipt (optionally)

Usage

Default:

<ProgressBarUploader />

To hide the image preview:

<ProgressBarUploader showImageView={ false } />

To hide the receipt preview:

<ProgressBarUploader showReceiptView={ false } />

Docs