Uppy VS dropzone

Compare Uppy vs dropzone and see what are their differences.

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Uppy dropzone
31 11
29,952 18,314
0.4% 0.2%
9.5 0.0
1 day ago about 1 year ago
TypeScript JavaScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Uppy

Posts with mentions or reviews of Uppy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-19.
  • How types make hard problems easy
    4 projects | news.ycombinator.com | 19 Dec 2024
    This is hand-wavey, but that can't be true: less complex type systems manage to express all kinds of interfaces correctly all the time.

    You're asking me to tell on my coworkers, and I'm too loyal to throw them under the bus :)

    Well, OK, here's one, but I'll keep it as blameless as possible. We had a thing where we wanted to register some event handlers. The primary use of these event handlers was to run a selector, and if the selected data changed, trigger an update, passing the selected data along. The initial implementation used existential types to store a list of callbacks, each returning different selected data. The "driver" then did the equality checking and update triggering. We later changed this, so that the callbacks - as far as the driver was concerned - all returned `void`, eliminating the need for an existential type. We just had to move the equality checking and update triggering inside the callbacks.

    Some features are straightforward translations: anywhere you have overloading and/or optional arguments you can (and often should) simplify by refactoring into multiple functions.

    For a concrete, public example...well, I remember the Uppy library had a lot of stuff like this. A lot of work goes into making it's "Plugin" interface look the way it does (start at [1] and keep reading I guess), and while I haven't sat down and re-engineered it I don't think it needs to be this way, if you're willing to give up some of the slickness of the interface.

    [1] https://github.com/transloadit/uppy/blob/main/packages/%40up...

  • Uppy: Sleek, modular open source JavaScript file uploader
    1 project | news.ycombinator.com | 4 May 2024
  • Ask HN: How to handle user file uploads?
    10 projects | news.ycombinator.com | 3 May 2024
    Look at https://uppy.io/ open source and lot of integrations. You can keep moving to different levels of abstraction as required and see some good practices of how things are done.
  • Pre-made solution for allowing a client to upload a file to my web hosting (via browser, not FTP client)?
    3 projects | /r/web_design | 26 Jun 2023
    I just found uppy. This will be the next one I use. https://uppy.io/
  • BEST way to upload images to AWS from Next?
    2 projects | /r/nextjs | 4 Apr 2023
    I’m building a photo sharing website and want to make it incredibly easy to upload photos. Of course I could just utilize AWS official packages but that’s pretty bare bones. I could also use next-s3-upload which is purpose built for Next and simplifies some things but is still fairly basic. But then there’s things like uppy that provides everything you’d ever need in an uploaded (third party sources, camera, etc.) that would be nice to haves, but apparently doesn’t play well with Next without a separate Node server.
  • Torn between NextJS or Node/Express
    7 projects | /r/webdev | 20 Mar 2023
  • Backblaze webinar Feb 28 @ 10am Pacific: Scaling Media Delivery Workflows with bunny.net and Backblaze B2
    2 projects | /r/backblaze | 27 Feb 2023
    Media file uploads with the Uppy JavaScript uploader plugin
  • How to upload large files (1GB+) through a RestAPI
    1 project | /r/softwarearchitecture | 6 Feb 2023
    Check out Uppy and Uppy Companion: https://github.com/transloadit/uppy/
  • File upload component. How to use form.progress for multiple files uploaded (inertia+vue)?
    2 projects | /r/vuejs | 18 Jan 2023
    I would look at Uppy.js, I've used it in an enterprise application and it works super well, makes it super easy to do what you're trying to achieve with progress bars for each file.
  • React Project with TUS/Uppy integration for video uploads
    1 project | /r/reactjs | 26 Nov 2022
    I started to try out https://uppy.io/ but their lack of good documentation makes my life a bit difficult. However, uppy seems to be the only available solution out there in the React land (i dont want to implement it by myself).

dropzone

Posts with mentions or reviews of dropzone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-16.

What are some alternatives?

When comparing Uppy and dropzone you can also consider the following projects:

filepond - 🌊 A flexible and fun JavaScript file upload library

jQuery-File-Upload - File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

plupload - Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.

fine-uploader

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?