- support
onClick
onMouseEnter
onMouseLeave
.
data
could return Promise.
- Drop support of IE8/9.
- Support
method
. #197
multiple
will works on drag upload.
- Support
transformFile
props to handle file before upload.
- fix
openFileDialogOnClick={false}
not to prevent on Enter event.
- Add
openFileDialogOnClick
.
- Support upload directory. #114
- Support
action={(file) => Promise}
. #97 - Fix a bluebird promise warning. #110
- Add XHR for onSuccess callback by @xiangkaiy !85
- fix issue #80 & #81 #82
- Fix prop-types and create-react-class warning !67
- disable upload progress listener in request if onPress is not set !65
- beforeUpload add empty catch function when promise passed, fix #64
- Fix crash if customRequest does not call onSuccess() / onError() !60
- expose file list as argument to
beforeUpload
!57
- support custom request option !53
- support Blob file upload !52
- add
className
prop
- add abort api
- props.onStart's argument is always a single File
- add disabled prop
- fix ajax multiple load
- add component/style prop
- add disabled state
- react-component#37
- add supportServerRender prop
- Allow all 2xx status as success status, not only 200. fix #34
- When
headers['X-Requested-With'] = null
, request do not set X-Requested-With as XMLHttpRequest , fix #33
- pass file to data if data's type is function
- fix InvalidStateError in IE 10
- fix #30
- support custom XHR headers
- add prop withCredentials config
- react 0.14 support
- remove superagent
- feat: add beforeUpload support, #19
- fix: Fixed bug calling wrong method name #13
- feat: add getFormContainer prop to decide container where form to be inserted.
- feat: Added aria role and keyboard navigation, pr#9
- fix: IframeUpload move form to body #8
- onStart file argument change to a array when multiple files uploaded
- onError arguments change to
err, responce, file
- support file drop
fix
pr#2
feat
Finish basic funcion