Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

注释掉input.attr('capture', 'camera'),将默认调用相机 改为 调用相机/图片/相册 #3034

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
13,146 changes: 6,573 additions & 6,573 deletions dist/webuploader.custom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webuploader.custom.min.js

Large diffs are not rendered by default.

16,126 changes: 8,063 additions & 8,063 deletions dist/webuploader.fis.js

Large diffs are not rendered by default.

13,038 changes: 6,519 additions & 6,519 deletions dist/webuploader.html5nodepend.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webuploader.html5nodepend.min.js

Large diffs are not rendered by default.

11,994 changes: 5,997 additions & 5,997 deletions dist/webuploader.html5only.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webuploader.html5only.min.js

Large diffs are not rendered by default.

16,172 changes: 8,086 additions & 8,086 deletions dist/webuploader.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/webuploader.min.js

Large diffs are not rendered by default.

10,010 changes: 5,005 additions & 5,005 deletions dist/webuploader.noimage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webuploader.noimage.min.js

Large diffs are not rendered by default.

15,980 changes: 7,990 additions & 7,990 deletions dist/webuploader.nolog.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/webuploader.nolog.min.js

Large diffs are not rendered by default.

16,172 changes: 8,086 additions & 8,086 deletions jekyll/js/webuploader.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "WebUploader",
"version": "0.1.8-alpha",
"name": "webuploader",
"version": "0.0.3",
"description": "WebUploader是一个简单的以Html5为主,Flash为辅的现代文件上传组件。在现代的浏览器里面能充分发挥html5的优势,同时又不摒弃主流IE浏览器,延用原来的Flash运行时。两套运行时,同样的调用方式,可供用户任意选用。WebUploader采用大文件分片并发上传,极大的提高了文件上传效率。",
"repository": {
"type": "git",
"url": "https://github.com/fex-team/webuploader.git"
"url": "https://github.com/joeth/webuploader.git"

},
"keywords": [
"chunk",
"uploader",
"html5",
"flash"
],
"author": "fex-team",
"author": "joeth",
"license": "BSD",
"gitHead": "7f92712020f66940ead10f73c16a03305b03259f",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/html5/filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
arr, i, len, mouseHandler, changeHandler;

input.attr( 'type', 'file' );
input.attr( 'capture', 'camera');
// input.attr( 'capture', 'camera');
input.attr( 'name', opts.name );
input.addClass('webuploader-element-invisible');

Expand Down
Loading