当前位置:网站首页>Wechat applet video upload component is directly uploaded to Alibaba cloud OSS
Wechat applet video upload component is directly uploaded to Alibaba cloud OSS
2022-07-29 05:32:00 【crystal lattices 】
One 、 Example of wechat applet video upload component
Multi video upload function , Direct transmission OSS, Can be directly from OSS Delete ; The organization accepts videos separated by commas url Address , Automatically list multiple videos , But after clicking the upload button to upload the video , Also return videos separated by commas url Address .
bindchange It is the event of successful uploading of video components , The format of the returned data is :{e: {detail: {name: ' The attribute name can be customized according to the attribute name of the external object ', value: ' Comma separated video addresses '}}}
usage :
<form-video-upload-oss title=" Upload video " name="videos" value="{
{info.videos}}" noContent="{
{true}}" placeholder=" Video has not been uploaded yet " btnText=" Shoot and upload " sourceType="{
{['camera']}}" path="business_pic/momeplan_video" bindchange="valueChange" isDeleted="{
{saved}}"></form-video-upload-oss>
/**
* Process form values
*/
valueChange: function (e) {
let name = e.detail.name;
let value = e.detail.value;
let labelName &
边栏推荐
- Allocate memory: malloc() and free()
- QT series - Installation
- Live broadcast preview | how to improve enterprise immunity through "intelligent edge security"?
- Alibaba cloud architect Liang Xu: MES on cloud box helps customers quickly build digital factories
- CMU15-213 Shell Lab实验记录
- MySQL的基础概念+数据库系统结构+拓展延申+基础命令学习
- 365 day challenge leetcode 1000 questions - day 039 full binary tree inserter + find peak II + snapshot array
- Camunda 1. Camunda workflow - Introduction
- 【C语言系列】— 打印100~200之间的素数
- Solution: find the position of the first and last element in a sorted array (personal notes)
猜你喜欢
【C语言系列】— 字符串+部分转义字符详解+注释小技巧
关于局部变量
Preemptive appointment | Alibaba cloud shadowless cloud application online conference appointment opens
AiTalk创始人梁宇淇:镜像连接虚拟与现实的纽带
321,京东言犀×NLPCC 2022挑战赛开赛!
200 多家 ISV 入驻!阿里云计算巢发布一周年
B - 识别浮点常量问题
JD cloud golden autumn cloud special offer is in progress! Code scanning participation activities
携手数字人、数字空间、XR平台,阿里云与伙伴共同建设“新视界”
Detailed explanation of GPIO input and output
随机推荐
Container security open source detection tool - veinmind (mirror backdoor, malicious samples, sensitive information, weak password, etc.)
321,京东言犀×NLPCC 2022挑战赛开赛!
365 day challenge leetcode 1000 questions - day 039 full binary tree inserter + find peak II + snapshot array
【C语言系列】—深度解剖数据在内存中的存储(一) 暑假开篇
来!看排名一年上升16位的ClickHouse,如何在京东落地实践
Thousands of databases, physical machines all over the country, JD logistics full volume cloud live record | interview with excellent technical team
无重复字符的最长字串
QML control: combobox
【剑指offer】— 详解库函数atoi以及模拟实现atoi函数
刷题狂魔—LeetCode之剑指offer58 - II. 左旋转字符串 详解
Terminal shell common commands
C language one-dimensional array
Allocate memory: malloc() and free()
微信小程序视频上传组件直接上传至阿里云OSS
JD cloud and Forrester consulting released a hybrid cloud report that cloud Nativity has become a new engine driving industrial development
如视技术副总裁杨永林:当传统产业遇到“数字空间”
[event preview] cloud development, efficient and intelligent - the second Alibaba cloud ECS cloudbuild developer competition is about to start
小程序中的DOM对象元素块动态排序
Bubble sort c language
【C语言系列】— 把同学弄糊涂的 “常量” 与 “变量”