支持拖拽上传文件的jQuery插件:Dropper
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 |
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!