支持拖拽上传文件的jQuery插件:Dropper
jopen
10年前
Dropper 是一个支持拖拽上传文件的 jQuery 插件。在线演示
选项说明:
Name | Type | Default | Description |
---|---|---|---|
action | string |
| Where to submit uploads |
label | string | 'Drag and drop files or click to select' | Dropzone text |
maxQueue | int | 2 | Number of files to simultaneously upload |
maxSize | int | 5242880 | Max file size allowed |
postData | object |
| Extra data to post with upload |
postKey | string | 'file' | Key to upload file as |