{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}File Uploads{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block page_content %}

Dropzone

DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.

Dropzone on View Official Website

Drop files here or click to upload.

You can drag images here, or browse files via the button below.

Filepond

A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience.

Filepond on View Official Website
Basic Example
Two Grid Example
Three Grid Example

Profile Picture

FilePond is a JavaScript library with profile picture-shaped file upload variation.

{% endblock page_content %} {% block extra_javascript %} {% endblock extra_javascript %}