// vue
<cube-upload
ref="upload"
:action="action"
:simultaneous-uploads="1"
:process-file="processFile"
@file-submitted="fileSubmitted" />
// js
action: {
target: `${APIPREFIX}/api/common/upload?appId=${APPID}&appSecret=${APPSECRET}`,
prop: 'base64Value',
headers: {
'Content-Type': 'multipart/form-data'
}
}
SMILET
相关分类