Pages UI
Search…
Pages UI
v5.0.1 - Pages HTML
Getting Started
Introduction
Layouts
Themes
Sass
Content
Apps
Calendar
Social
Email
API Reference
UI Elements
Color
Typopgrahy
Icons
Buttons
Notifications
Modals
Progressbar
Collapse
Tabs
Sliders
Treeview
Nestable
Form Elements
Checkboxes and Radio
Toggle
Typehead
Selectbox
Datepicker
Masked Input
Autonumeric
Quill Editor
Tags Input
File Upload
Form Layouts
Form Validation
Form Wizard
Charts
Maps
Google Maps
Vector Maps
Tables
Cards
Timeline
Views
Grid
Helpers
Troubleshooting
Browser Support
Change log
Legacy Docs
Other
Grunt
Gulp
Rails
Powered By
GitBook
File Upload
​
DropzoneJS
is an open source library that provides drag'n'drop file uploads with image previews.
Please refer to
DropzoneJS Documentation
to learn about plugin options
Step one
Include the stylesheet
dropzone.css
inside the
<head>
if it's not there already.
1
<
link
type
=
"
text/css
"
rel
=
"
stylesheet
"
href
=
"
assets/plugins/dropzone/css/dropzone.css
"
>
Copied!
Step two
Include the javascript file inside the
<body>
before core template script inclusions, if it's not there already.
1
<
script
src
=
"
assets/plugins/dropzone/dropzone.min.js
"
type
=
"
text/javascript
"
>
</
script
>
Copied!
Step three
Add
.dropzone
to initialize dropzone plugin with default options.
1
<
form
action
=
"
/file-upload
"
class
=
"
dropzone
"
>
2
<
div
class
=
"
fallback
"
>
3
<
input
name
=
"
file
"
type
=
"
file
"
multiple
/>
4
</
div
>
5
</
form
>
Copied!
Form Elements - Previous
Tags Input
Next
Form Layouts
Last modified
4yr ago
Copy link