Skip to content

isgroup/dropzone-no-autoload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dropzone-no-autoload

A fork of https://github.com/enyo/dropzone that works with jQuery3

Usage

You can only instance Dropzone programmatically, see the example below.

$(document).ready(function() {
	$('#upload-form').dropzone({
		paramName: 'myFiles', // Name of the file input
		maxFilesize: 1, // MB
		parallelUploads: 2
		uploadMultiple: true,
	});
});

About

A fork of https://github.com/enyo/dropzone that works with jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published