Upload multiple images simultaneously in your Django app using Dropzone Js

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. django-dropzone

    Project illustration on how to upload multiple image files in Django using Dropzone js library.

    Yeah that should do it for this article. Thanks for keeping me company and coding along. You can grab the source code of this project here You can connect with me on LinkedIn and on Twitter Cheers and see you next time!

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. dropzone

    Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.

    Hello guys it's been a minute! I was on a small break but now am back and in this tutorial we are going to learn how we can upload multiple images to a Django back end. By default the Django behavior is that you select a single image and upload it to the server then repeat which begs the question isn't that a time consuming and tedious process, say if we have 1000 images? It is. Fortunately, there is a tool that can help us go around this problem, a JavaScript library called Dropzone . Let's not waste more seconds, let's get into it!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Paste image from clipboard

    1 project | /r/OwlbearRodeo | 16 May 2021
  • How do you drag and drop files into pyscript ?

    1 project | /r/PyScript | 6 May 2022
  • Drag and Drop File Upload Using Dropzone JS in Laravel 8

    1 project | dev.to | 30 Jan 2022
  • 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
  • Can anyone suggest PHP, JavaScript File Manager tool with Crop tool integrated?

    1 project | /r/PHP | 22 May 2023

Did you know that JavaScript is
the 4th most popular programming language
based on number of references?