Commit Graph

34 Commits (ffb78ee754e179137a4bb282f327f46db6d11ea4)

Author SHA1 Message Date
陈润山 2a1a6360ca Upload: fix Error when `beforeUpload` hook return promise of file object (#11297)
* Upload: fix beforeUpload hook bug

* Upload: add ElUploadInternalRawFile interface
2018-05-23 11:23:00 +08:00
Fengyuan Chen 117f731f6e Upload: fix a TypeError when upload a processed file from the `beforeUpload` hook (#11210)
* Upload: add filename

Reference: https://developer.mozilla.org/en-US/docs/Web/API/FormData/append

* Upload: add name and uid properties to processedFile to fix an error

* Update upload.vue
2018-05-18 14:00:06 +08:00
杨奕 6f4f57172b
Upload: fix duplicated handleClick due to keydown bubbling (#10624) 2018-04-09 17:05:25 +08:00
cinwell.li be3dcbfc4c chore: update ESLint (#9124)
* chore: update ESLint

* chore: update eslint ignore
2018-01-05 16:53:02 +08:00
Div 06112e51da upload: Increase support for Blob types 2017-11-01 15:58:11 +08:00
Black Wayne 5426c957a2 add upload limit & form validate return promise (#7405)
* Carbon: upload limit & input append & form validate promise

* Update upload.md

* Update upload.md

* Update index.js
2017-10-12 03:07:50 -05:00
maranran d66473f005 add accessibility for input & rate & collapse & progress & upload (#7196) 2017-09-29 02:58:07 -05:00
Leopoldthecoder 9f9629d2bb Upload: fix handleRemove param error 2017-09-18 05:11:49 -05:00
baiyaaaaa 5536efab5c clear inptu value when uploader click 2017-07-05 17:29:06 +08:00
baiyaaaaa 0c121434e0 fix input value is null before upload submit actually 2017-06-03 16:08:19 +08:00
baiyaaaaa b295e1b972 support upload abort 2017-05-03 14:16:35 +08:00
baiyaaaaa fec489ec7b fix upload can't select the same file 2017-04-27 11:45:39 +08:00
baiyaaaaa b1d74460d9 add disabled feature 2017-04-25 19:08:32 +08:00
Konstantin Azarov 9c21be25e7 Ensure inner el-upload uses name attribute (#3940)
In order to avoid confusion when posting the form using regular non-xhr requests.
Also do not clear input value after `handleChange` event.
2017-04-08 11:37:05 +08:00
81ba7084e3 Add support for httpRequest Promise (#3389)
* Add support for httpRequest Promise

添加支持httpRequest Promise

* fixbug

* fixbug
2017-04-01 11:05:27 +08:00
baiyaaaaa fdac5519d2 fix upload docs typo bug 2017-03-20 12:56:34 +08:00
baiyaaaaa 8523865056 fix file not remote when before-upload reject 2017-03-20 11:56:56 +08:00
baiyaaaaa a87b6e2e94 add custom http requrest 2017-03-09 16:55:05 +08:00
Cyril Su 249f04d57e Revert "自定义ajax模块 (#3363)" (#3385)
This reverts commit 126331c328.
2017-03-09 12:44:50 +08:00
126331c328 自定义ajax模块 (#3363)
Upload: Custom Ajax.
2017-03-09 12:24:32 +08:00
baiyaaaaa 1b4d69b1be change onError params 2017-02-16 22:43:19 +08:00
baiyaaaaa 02a1f74022 add listType 2017-02-16 22:43:19 +08:00
baiyaaaaa 2f61998e78 add autoUpload 2017-02-16 22:43:19 +08:00
baiyaaaaa 88a070ab16 update 2017-02-16 22:43:19 +08:00
baiyaaaaa 4c5820373c add upload-dragger 2017-02-16 22:43:19 +08:00
baiyaaaaa 23d4dbbce4 add test && fix ajax response in callback (#767) 2016-11-01 15:46:10 +08:00
cinwell.li f960ea50b9 Add locale feature (#678)
fix
2016-10-27 17:31:22 +08:00
baiyaaaaa a52b251fc8 iframe upload use post message to get the res content 2016-10-27 11:06:26 +08:00
baiyaaaaa 74ed7aec60 upload data prop 2016-10-12 10:31:50 +08:00
baiyaaaaa 38cb32609c update progress 2016-09-07 18:06:47 +08:00
qingwei.li 6670505de5 Upload: add headers attr 2016-09-02 18:11:45 +08:00
baiyaaaaa ac1bebf266 update upload 2016-08-29 19:48:14 +08:00
baiyaaaaa 0aaf2df436 update upload 2016-08-21 10:01:21 +08:00
qingwei.li e320f43c2d Initial commit 2016-07-27 14:15:02 +08:00