justalever / drag_and_drop_active_storage

A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage

Home Page:https://web-crunch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails Drag and Drop Uploads with Active Storage, Stimulus.js and Dropzone.js

This tutorial is about using Active Storage from Ruby on Rails 6.0 to create a drag and drop upload experience from scratch using Stimulus.js and Dropzone.js.

Objective

The goal of this experience is to introduce drag and drop functionality and tie it to Rails Active Storage behind the scenes. I want to be able to drag and drop multiple files for upload as well as pass options that regulate what conditions can be passed around those files. Those conditions could be anything from image type to file size and more.

Dependencies:

Continue reading here: https://web-crunch.com/rails-drag-drop-active-storage-stimulus-dropzone/

About

A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage

https://web-crunch.com


Languages

Language:Ruby 58.6%Language:HTML 21.5%Language:JavaScript 18.7%Language:SCSS 1.2%