{"id":26179515,"url":"https://github.com/bezkoder/react-dropzone-multiple-files-upload","last_synced_at":"2025-10-30T00:43:41.598Z","repository":{"id":45430567,"uuid":"409903759","full_name":"bezkoder/react-dropzone-multiple-files-upload","owner":"bezkoder","description":"React Dropzone Multiple Files Upload example with axios \u0026 Rest API, Bootstrap Progress Bar","archived":false,"fork":false,"pushed_at":"2021-09-24T09:18:56.000Z","size":248,"stargazers_count":15,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T10:47:35.561Z","etag":null,"topics":["axios","bootstrap","bootstrap4","dropzone","dropzonejs","file-upload","multipart","multiple-file-upload","progress-bar","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-24T09:17:08.000Z","updated_at":"2024-12-14T16:52:21.000Z","dependencies_parsed_at":"2022-07-19T05:17:24.414Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/react-dropzone-multiple-files-upload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-dropzone-multiple-files-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-dropzone-multiple-files-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-dropzone-multiple-files-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-dropzone-multiple-files-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/react-dropzone-multiple-files-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972632,"owners_count":21191832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","bootstrap","bootstrap4","dropzone","dropzonejs","file-upload","multipart","multiple-file-upload","progress-bar","react","reactjs"],"created_at":"2025-03-11T21:50:11.337Z","updated_at":"2025-10-30T00:43:36.553Z","avatar_url":"https://github.com/bezkoder.png","language":"JavaScript","readme":"## React Dropzone Multiple Files upload example with Progress Bar\n\nWe’re gonna create a React Multiple Files upload application in that user can:\n- drag and drop multiple files into a Dropzone\n- see the upload process (percentage) of each file with progress bars\n- view all uploaded files\n- download link to file when clicking on the file name\n\n![react-dropzone-multiple-files-upload-example](react-dropzone-multiple-files-upload-example.png)\n\nUpload successfully:\n\n![react-dropzone-multiple-files-upload-example-list](react-dropzone-multiple-files-upload-example-list.png)\n\nFor more detail, please visit:\n\u003e [React Dropzone Multiple Files upload example with Progress Bar](https://www.bezkoder.com/react-dropzone-multiple-files-upload/)\n\nRest APIs server for this React Client:\n\u003e [Node.js Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)\n\n\u003e [Node.js Express File Upload with Google Cloud Storage example](https://www.bezkoder.com/google-cloud-storage-nodejs-upload-file/)\n\n\u003e [Spring Boot Multipart File upload example](https://www.bezkoder.com/spring-boot-file-upload/)\n\nMore Practice:D\n\u003e [React (with Hooks) Multiple Files upload example](https://www.bezkoder.com/react-hooks-multiple-file-upload/)\n\n\u003e [React Pagination example](https://www.bezkoder.com/react-pagination-material-ui/)\n\n\u003e [React File Upload example](https://www.bezkoder.com/react-file-upload-axios/)\n\n\u003e [React JWT Authentication \u0026 Authorization example](https://www.bezkoder.com/react-jwt-auth/)\n\n\u003e [React + Redux: JWT Authentication \u0026 Authorization example](https://www.bezkoder.com/react-redux-jwt-auth/)\n\nFullstack with Node.js Express:\n\u003e [React.js + Node.js Express + MySQL](https://www.bezkoder.com/react-node-express-mysql/)\n\n\u003e [React.js + Node.js Express + PostgreSQL](https://www.bezkoder.com/react-node-express-postgresql/)\n\n\u003e [React.js + Node.js Express + MongoDB](https://www.bezkoder.com/react-node-express-mongodb-mern-stack/)\n\nFullstack with Spring Boot:\n\u003e [React.js + Spring Boot + MySQL](https://www.bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React.js + Spring Boot + PostgreSQL](https://www.bezkoder.com/spring-boot-react-postgresql/)\n\n\u003e [React.js + Spring Boot + MongoDB](https://www.bezkoder.com/react-spring-boot-mongodb/)\n\nFullstack with Django:\n\n\u003e [React.js + Django Rest Framework](https://www.bezkoder.com/django-react-axios-rest-framework/)\n\nServerless:\n\u003e [React Firebase CRUD App with Realtime Database](https://www.bezkoder.com/react-firebase-crud/)\n\n\u003e [React Firestore CRUD App example | Firebase Cloud Firestore](https://www.bezkoder.com/react-firestore-crud/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [Integrate React with Spring Boot](https://www.bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate React with Node.js Express](https://www.bezkoder.com/integrate-react-express-same-server-port/)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n### Set port\n.env\n```\nPORT=8081\n```\n\n## Project setup\n\nIn the project directory, you can run:\n\n```\nnpm install\n# or\nyarn install\n```\n\nor\n\n### Compiles and hot-reloads for development\n\n```\nnpm start\n# or\nyarn start\n```\n\nOpen [http://localhost:8081](http://localhost:8081) to view it in the browser.\n\nThe page will reload if you make edits.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-dropzone-multiple-files-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Freact-dropzone-multiple-files-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-dropzone-multiple-files-upload/lists"}