Skip to content

KristofaJosh/uplofile

Repository files navigation

Uplofile

Used in production

Composable file upload components for React.

Uplofile is actively maintained and constantly being improved.

Philosophy

Real-world upload systems quickly involve concerns like network reliability, retries, resumable transfers, storage backends, security rules, and cost trade-offs. These are infrastructure decisions, not component decisions.

Uplofile is built around a simple idea:

Uploads are infrastructure concerns disguised as UI problems.

Instead of coupling upload mechanics to a specific engine, protocol, or backend, Uplofile focuses only on what React is uniquely good at:

  • UI state management
  • Lifecycle orchestration
  • Composable primitives
  • Predictable component behavior

Uplofile deliberately does not dictate:

  • how files are transported
  • which backend you use
  • which protocol you adopt
  • how retries or resumable logic work

You bring your own upload logic.

This separation allows Uplofile to remain:

  • Backend-agnostic
  • Protocol-agnostic
  • Design-system friendly
  • Fully composable

Whether your uploads use presigned URLs, multipart strategies, resumable protocols, or custom APIs, the library stays out of the way and lets your infrastructure decisions live in your application code where they belong.

Uplofile provides the UI and lifecycle building blocks.
Your app defines what “uploading” means.

Documentation

Contributing

Please see our CONTRIBUTING.md for details on how to get started with local development and how to submit pull requests.

About

Composable file upload component for React.

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages