Should DRF image upload be handled in separate request than other image attributes, like description, tags, etc.?

This page summarizes the projects mentioned and recommended in the original post on /r/djangolearning

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • django-drf-filepond

    A Django app providing a server implemention for the Filepond file upload library

  • It might be worth looking at https://github.com/ImperialCollegeLondon/django-drf-filepond to see if it meets your needs. Files are uploaded via DRF in the background and an alphanumeric string key that the server returns can be posted along with the form and any other form fields. When handling the form on the server the alphanumeric key is used to retrieve the uploaded file from its temporary location and you can move and do whatever you wish with it.

  • filepond

    🌊 A flexible and fun JavaScript file upload library

  • Have a look at: https://github.com/pqina/filepond and https://pqina.nl/filepond/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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