@extends('layouts.simple.master') @section('title', 'Dropzone') @section('css') @endsection @section('main_content')

Dropzone

Default File Upload

We use the create method to turn a <input type="file"> into a filepond drop area.[https://pqina.nl/filepond/]

Image Preview

We use the create method to turn a <input type="file"> into a filepond drop area.[https://pqina.nl/filepond/]

Single File Upload

Use dropzone class through create upload files and with that we can upload single file by doing singleFileUpload id.

Drop files here or click to upload.
(This is just a demo dropzone. Selected files are not actually uploaded.)
Multiple File Upload

Use dropzone class through create upload files and with that we can upload multiple file by doing multiFileUpload id.

Drop files here or click to upload.
(This is just a demo dropzone. Selected files are not actually uploaded.)
Images Dropzone with Effects

Use the fileup id and dropzone to create upload images.

Only pics allowed! (jpg,jpeg,bmp,png)

@endsection @section('scripts') @endsection