# fex-team/webuploader

It's a new file uploader solution!

Repository: https://github.com/fex-team/webuploader
Canonical: https://ross.abutalabs.com/products/webuploader
Homepage: http://fex.baidu.com/webuploader/
Language: JavaScript
License: BSD-3-Clause
License Family: permissive
Archived: true
Last push: 2021-01-27T12:18:56+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4776, "days_push": 2044, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7634, forks 2294 (observed 2026-08-28T04:10:02.117882+00:00)

## What it is
WebUploader is a JavaScript file upload component that uses HTML5 as its primary runtime with a Flash fallback for legacy browsers like IE6+. It supports chunked concurrent uploads of large files, image preview and compression, drag-and-drop, paste-to-upload, and MD5-based instant upload.

## Use cases
- upload large files in chunks with concurrent requests
- support file uploads in legacy IE browsers
- add drag-and-drop and paste image upload to a web app
- compress and preview images before uploading
- skip re-uploading files with MD5 instant upload

## When to choose
- you need broad legacy browser compatibility including IE6+
- you upload very large files and want chunked, resumable transfers
- you want a self-contained uploader with image preview/compression built in

## When to avoid
- you only target modern browsers and prefer actively maintained alternatives like Uppy or FilePond
- your stack relies on Flash-free environments (Flash is deprecated)
- you need long-term support or timely bug fixes, since the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: file-upload, image-processing
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: file-uploader, html5, flash-fallback, chunked-upload, javascript

## Member repositories
- fex-team/webuploader (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:02.117882+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:36:47.216796+00:00, confidence not recorded.
  - readme: https://github.com/fex-team/webuploader (fetched 2026-08-28T04:10:02.117882+00:00, sha d36987741141)
  - homepage: http://fex.baidu.com/webuploader/ (fetched 2026-08-29T08:32:18.423816+00:00, sha 028ee0b17cf3)
  - registry_npm: https://registry.npmjs.org/webuploader (fetched 2026-08-29T08:32:18.433961+00:00, sha f2810d13d7d4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
