Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

README.md

FileLoader

Drag and drop your files and folders into browser for uploading with accurate structure preserving.

Usage

Add dropzone.js to your page, so you can call main function from js code.

dropzone(selector, options);

options can contain following properties:

  • hoverClass
  • droppedClass
  • deniedClass
  • onloadstart
  • onload
  • onloadend
  • onerror

Restrictions

So far, it works only for webkit-based browsers. It can not work well with large files of folders, that contain them.

About

Drag and drop your files and folders into the browser for uploading with accurate structure preserving.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.