Skip to content

Dropzone config for: uploading and directly displaying uploaded image, removing 404 errors and classic styling.

Notifications You must be signed in to change notification settings

trozler/dropzoneconfigEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy dropzone.js config for uploading and directly displaying uploaded image and more.

This repo is meant for those who wan't a quick and easy dropzone configuration without spedning too much time researching the API.

  • The configuration allows users to upload images and then directly dsiplay them in the html.

How to run

First install dropzone.js and its dependencies.

Styling

<link
  rel="stylesheet"
  href="./node_modules/dropzone/dist/min/dropzone.min.css"
/>
<link rel="stylesheet" href="./css/style.css" />

Gives the classic dotted blue border dropzone style.

About

Dropzone config for: uploading and directly displaying uploaded image, removing 404 errors and classic styling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published