We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12afa05 commit 61e1f24Copy full SHA for 61e1f24
components/vc-upload/src/AjaxUploader.jsx
@@ -29,6 +29,7 @@ const upLoadPropTypes = {
29
withCredentials: PropTypes.bool,
30
openFileDialogOnClick: PropTypes.bool,
31
transformFile: PropTypes.func,
32
+ method: PropTypes.string,
33
};
34
35
const AjaxUploader = {
0 commit comments