You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/upload/index.en-US.md
-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Uploading is the process of publishing information (web pages, text, pictures, v
24
24
| beforeUpload | Hook function which will be executed before uploading. Uploading will be stopped with `false` or a rejected Promise returned. | (file, fileList) => `boolean`\|`Promise`| - ||
25
25
| customRequest | override for the default xhr behavior allowing for additional customization and ability to implement your own XMLHttpRequest | function | - |||
26
26
| data | Uploading params or function which can return uploading params. | object\|function(file) | - |||
0 commit comments