文件名称:oi.file:角度文件上传器
文件大小:681KB
文件格式:ZIP
更新时间:2024-05-21 10:12:51
JavaScript
oi.file — AngularJS文件上传器 ☛ 主要特征 从资源管理器/查找器中选择文件并通过拖放操作进行选择 验证 在发布到服务器之前上传图像(如果浏览器支持FileReader) 通过xhr和iframe上传图片(适用于旧版浏览器) 文件数据已嵌入模型中,但可以单独读取 使用POST方法上传文件,每个文件每个请求 对于AngularJS 1.2+,但是有oi.file.old.js用于旧版本 , 用法 Angular模块依赖性: angular . module ( 'myApp' , [ 'oi.file' ] ) ; 作为指令: <!-- Uploading via explorer/finder --> < input type =" file " oi-file =" options " > <!-- Uploading by dragging into dr
【文件预览】:
oi.file-master
----oi.file.js(20KB)
----bower.json(397B)
----.npmignore(34B)
----demo()
--------index.html(3KB)
--------uploader.sql(1KB)
--------files_thumb()
--------action.php(22KB)
--------lib()
--------js()
--------css()
----oi.file.old.js(23KB)
----LICENSE(1KB)
----README.md(6KB)
----.gitignore(44B)
----package.json(361B)