Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
/ FileLoader Public archive

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

Notifications You must be signed in to change notification settings

dprovodnikov/FileLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published