Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhaiminshihab/drag-and-drop

A simple drag and drop file uploader with image preview, that is made with HTML, CSS, JS
https://github.com/muhaiminshihab/drag-and-drop

css3 drag-and-drop file-upload html5 image-preview javascript javascript-package package

Last synced: 2 days ago
JSON representation

A simple drag and drop file uploader with image preview, that is made with HTML, CSS, JS

Awesome Lists containing this project

README

        

## MS Drag and Drop
This is a simple drag and drop file upload plugin. You need to add a CSS and a JavaScript file and it'll be ready to go with your valuable projects.

## Setup Package
1. Download the repository
```shell
git clone https://github.com/muhaiminShihab/drag-and-drop.git
```

2. Copy the CSS file `/app.css` and paste it on your project

3. Copy the JS file `/app.js` and paste it on your project

4. Initial the drag and drop package
```shell



msDND('#drag_and_drop');

```

5. Always initial the drag and drop package with an id.