12 2019 档案

摘要:后台接口 //pathContent为FileReader的onloadend事件中返回的target.result public string getUrl(string pathContent) { int length = pathContent.Length; string comname 阅读全文
posted @ 2019-12-19 16:10 艺洁 阅读(297) 评论(0) 推荐(0)
摘要:后台接口 //pathContent为网络图像文件转Base64生成的DataURL public string getUrl(string pathContent) { int length = pathContent.Length; string comname = ""; string bas 阅读全文
posted @ 2019-12-19 16:08 艺洁 阅读(328) 评论(0) 推荐(0)
摘要:mui 前端传输视频 //上传视频 function videoUpload() { var url = ServerIp + "/api/upload/videoUpload"; var task = plus.uploader.createUpload(url, { method: "POST" 阅读全文
posted @ 2019-12-12 16:34 艺洁 阅读(1359) 评论(0) 推荐(0)
摘要:mui前端传输文件 //上传图片 document.getElementById('photo').addEventListener('tap', function(e) { if (mui.os.plus) { var buttonTit = [{ title: "拍照" }, { title: 阅读全文
posted @ 2019-12-12 16:30 艺洁 阅读(2523) 评论(0) 推荐(0)