awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
enyo avatar

enyo/dropzone

0
View on GitHub↗
18,377 stele·3,246 fork-uri·JavaScript·3 vizualizăriwww.dropzone.dev/js↗

Dropzone

Dropzone is a JavaScript library used to create interactive file upload zones with drag-and-drop support. It functions as an HTTP file upload manager that handles network request management and the transmission of files to a server.

The library includes a client-side image previewer that generates thumbnails and resizes files within the browser before they are transmitted. It provides a customizable upload interface through a set of themes and event listeners that modify the visual style and behavior of the upload areas.

The system manages the end-to-end upload process by tracking real-time progress and supporting the transmission of large files. It employs queue-based scheduling to process pending files and provides mechanisms to display upload status via progress bars.

Features

  • File Uploaders - Converts HTML elements into interactive drag-and-drop areas for managing network-based file uploads.
  • File Upload Management - Manages the upload of oversized files using chunked or multipart protocols for improved stability.
  • Large File Optimization - Supports the transmission of oversized files using stable protocols to prevent connection timeouts.
  • Multipart Uploaders - Manages large file transfers using multipart protocols and real-time progress tracking.
  • Upload Progress Tracking - Provides real-time monitoring and progress bars to display the status of file transfers.
  • Drag and Drop Libraries - Implements a library that transforms HTML elements into interactive drag-and-drop upload zones.
  • Asynchronous Uploaders - Handles background file transfers using XMLHttpRequest with real-time progress tracking.
  • Upload Queuing - Employs queue-based scheduling to process pending files sequentially or in parallel.
  • Client-Side File Processing - Performs image resizing and thumbnail generation within the browser prior to transmission.
  • Browser File Management - Provides browser-based interfaces for managing file selection and transmission progress.
  • Image Previewers - Displays thumbnail image previews immediately after a user selects a file.
  • Upload Interface Customization - Offers a customizable interface with themes and event listeners to modify the upload experience.
  • Event-Driven State Managers - Uses internal event listeners and callbacks to manage and synchronize the state of file uploads.
  • Client-Side Generation - Provides browser-based thumbnail generation using the canvas API to preview images before upload.
  • Form Components - Easy-to-use drag-and-drop file upload library.
  • Form Components - Drag-and-drop file upload library.

Istoric stele

Graficul istoricului de stele pentru enyo/dropzoneGraficul istoricului de stele pentru enyo/dropzone

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Dropzone

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Dropzone.
  • blueimp/jquery-file-uploadAvatar blueimp

    blueimp/jQuery-File-Upload

    30,748Vezi pe GitHub↗

    This project is a jQuery-based file upload widget that provides a browser interface for selecting and transferring files to a server. It functions as a chunked file uploader and a resumable upload client, enabling the transfer of large files by splitting them into smaller segments or continuing interrupted uploads from the last successfully sent byte. The tool includes a client-side image processor for validating, resizing, and generating previews of images before transmission. It also serves as a cross-domain upload tool, using various transport mechanisms to send files to different domains

    PHP
    Vezi pe GitHub↗30,748
  • transloadit/uppyAvatar transloadit

    transloadit/uppy

    30,825Vezi pe GitHub↗

    Uppy is a modular web file upload framework designed for building browser-based uploaders. It functions as a resumable upload client and a system for integrating file uploads from a browser to backend servers or cloud storage. The project provides a headless UI upload component, offering logic hooks and headless elements that allow for the development of custom upload interfaces. It also serves as a cloud storage file importer, utilizing OAuth flows to authenticate and import files directly from remote providers, and as a browser-based media capture tool for uploading images or video clips fr

    TypeScriptdropboxencodingfile-uploader
    Vezi pe GitHub↗30,825
  • fineuploader/fine-uploaderAvatar FineUploader

    FineUploader/fine-uploader

    8,149Vezi pe GitHub↗

    Fine Uploader is a browser file upload widget and manager that provides a frontend interface for transferring multiple files. It functions as a chunked file upload manager and a client-side image processor. The project enables the direct transfer of files to cloud storage providers, specifically Amazon S3 and Microsoft Azure, to reduce the load on application servers. It includes tools for scaling and resizing image dimensions during the upload process to save bandwidth. The system manages large file transfers by splitting them into small pieces, allowing for pause and resume functionality.

    JavaScript
    Vezi pe GitHub↗8,149
  • dropzone/dropzoneAvatar dropzone

    dropzone/dropzone

    18,377Vezi pe GitHub↗

    Dropzone is a JavaScript file upload library that provides a browser-based interface for capturing dropped files and transmitting them to a server. It functions as a multipart upload client, splitting large files into smaller chunks to increase transmission reliability and bypass server size limits. The library includes a client-side image processor capable of resizing images and correcting photo orientation in the browser before they are sent to a server. It generates image thumbnails and visual previews immediately after selection, and can render previews for files already hosted on a serve

    JavaScriptdrag-and-dropdropzonefile-upload
    Vezi pe GitHub↗18,377
Vezi toate cele 30 alternative pentru Dropzone→

Întrebări frecvente

Ce face enyo/dropzone?

Dropzone is a JavaScript library used to create interactive file upload zones with drag-and-drop support. It functions as an HTTP file upload manager that handles network request management and the transmission of files to a server.

Care sunt principalele funcționalități ale enyo/dropzone?

Principalele funcționalități ale enyo/dropzone sunt: File Uploaders, File Upload Management, Large File Optimization, Multipart Uploaders, Upload Progress Tracking, Drag and Drop Libraries, Asynchronous Uploaders, Upload Queuing.

Care sunt câteva alternative open-source pentru enyo/dropzone?

Alternativele open-source pentru enyo/dropzone includ: blueimp/jquery-file-upload — This project is a jQuery-based file upload widget that provides a browser interface for selecting and transferring… transloadit/uppy — Uppy is a modular web file upload framework designed for building browser-based uploaders. It functions as a resumable… fineuploader/fine-uploader — Fine Uploader is a browser file upload widget and manager that provides a frontend interface for transferring multiple… dropzone/dropzone — Dropzone is a JavaScript file upload library that provides a browser-based interface for capturing dropped files and… pqina/filepond — FilePond is a JavaScript library designed for managing file uploads, providing a browser-based component that handles… moxiecode/plupload — Plupload is a JavaScript file upload library that provides a standardized interface for managing file transfers across…