Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ichord/simple-filedrop


https://github.com/ichord/simple-filedrop

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

simple-filedrop
=============

[![Circle CI](https://circleci.com/gh/ichord/simple-filedrop/tree/master.png?style=badge)](https://circleci.com/gh/ichord/simple-filedrop/tree/master)

### 配置

* `el` 投放区域元素,jQuery 对象,class, id
* `types :Array` 允许投放的文件格式, 为字符串数组(Array), 比如 [`image/png`, `image/jpeg`]
* `hints :String` 投放区域的提示文字。

### 事件

* `fileDropShown (event)` **开始拖入** 时显示投放区域 (drop zone)
* `fileDropHidden (event)` **放弃拖入后** 隐藏投放区域。
* `fileDrop (event, files)` 成功投放。
* `fileDropFail (file, message)` 投放成功后文件处理出错,比如错误的文件格式