@extends('layouts.simple.master') @section('title', 'Dropzone') @section('css') @endsection @section('main_content')
We use the create method to turn
a <input type="file">
into a filepond drop
area.[https://pqina.nl/filepond/]
We use the create method to turn
a <input type="file">
into a filepond drop
area.[https://pqina.nl/filepond/]
Use dropzone
class through create upload
files and with that we can upload single file by doing
singleFileUpload
id.
Use dropzone
class through create upload
files and with that we can upload multiple file by doing
multiFileUpload
id.
Use the fileup
id and
dropzone
to create upload images.