[每日一学] .net通过boundary上传文件
作者:精品下载站 日期:2021-10-16 00:00:00 浏览:83 分类:涨姿势
public void UploadVedio(string fileName)
{
fileName = "input_video_only_3sec.mp4";
byte[] vedioBytes = null;
using (FileStream fileStream = new FileStream(@"D:\缓存内容\test.mp4", FileMode.Open, FileAccess.Read))
{
try
{
vedioBytes = new byte[fileStream.Length];
fileStream.Read(vedioBytes, 0, (int)fileStream.Length);
}
catch (Exception ex)
{
throw ex;
}
}
string cookie = "";
string token = getUploadToken(cookie);
string boundary = "------WebKitFormBoundary5TsAeTVHbPVlsrNh";
string newline = "\r\n";
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(new Uri(""));
req.ContentType = $"multipart/form-data;boundary=----WebKitFormBoundary5TsAeTVHbPVlsrNh";
req.Headers.Add("Authorization", token);
byte[] itemBoundaryBytes = Encoding.UTF8.GetBytes("\r\n" + boundary + "\r\n");
byte[] endBoundaryBytes = Encoding.UTF8.GetBytes("\r\n" + boundary + "--\r\n");
req.Method = "POST";
Stream reqStream = req.GetRequestStream();
string textTemplate = $"Content-Disposition: form-data; name=\"name\"" + newline;
textTemplate += newline;
textTemplate += fileName + newline;
textTemplate += boundary + newline;
textTemplate += $"Content-Disposition: form-data; name=\"size\"" + newline;
textTemplate += newline;
textTemplate += vedioBytes.Length + newline;
textTemplate += boundary + newline;
textTemplate += $"Content-Disposition: form-data; name=\"dir\"" + newline;
textTemplate += newline + newline;
textTemplate += boundary + newline;
byte[] itemBytes = Encoding.UTF8.GetBytes(textTemplate);
reqStream.Write(itemBoundaryBytes, 0, itemBoundaryBytes.Length);
reqStream.Write(itemBytes, 0, itemBytes.Length);
string fileTemplate = $"Content-Disposition: form-data; name=\"file\"; filename=\"{fileName}\"\r\nContent-Type: video/mp4" + newline + newline;
byte[] fileBytes = Encoding.UTF8.GetBytes(fileTemplate);
reqStream.Write(fileBytes, 0, fileBytes.Length);
reqStream.Write(vedioBytes, 0, vedioBytes.Length);
reqStream.Write(endBoundaryBytes, 0, endBoundaryBytes.Length);
reqStream.Close();
reqStream.Dispose();
HttpWebResponse rsp = (HttpWebResponse)req.GetResponse();
Encoding encoding = Encoding.UTF8;
if (!string.IsNullOrEmpty(rsp.CharacterSet))
{
encoding = Encoding.GetEncoding(rsp.CharacterSet);
}
}
再来一个Python版本的:
headers = {'Authorization': token, 'Content-Type': 'multipart/form-data;boundary=-------28947758029299'}
url = ''
fileContent = await file.read()
multipart_encoder = MultipartEncoder(
fields={'name': file.filename, 'size': str(len(fileContent)),
'file': (file.filename, fileContent, 'video/mp4')}, boundary='-------28947758029299')
headers['Content-Type'] = multipart_encoder.content_type
return requests.post(url=url, headers=headers, data=multipart_encoder, verify=False).json()
- 上一篇:[教程] 电工口诀 & 电工实用视频
- 下一篇:[动画] 经典国产动画葫芦兄弟
猜你还喜欢
- 02-18 [驾车常识] 这3种违章务必15天内处理,否则或面临罚金翻倍?这是真的吗?
- 02-18 [驾车常识] 等红灯时前车出毛病不动了,后车实线变道被记3分?交警会如何判罚你知道吗?
- 02-18 [驾车常识] 高速上这些“新路标”80%的车主看不懂,你是其中的25%的人吗?
- 02-18 [涨姿势] 开车被追尾,若对方全责,记得多说这3句话,或能多拿到几笔赔偿 ,知道了吗?
- 02-18 [驾车常识] 两车同时并线,发生事故到底谁负责?看完就懂了
- 12-14 [涨姿势] 古埃及神庙发现的可能是克利奥帕特拉七世的半身像
- 12-14 [涨姿势] 谷歌的新型量子芯片解决了最好的超级计算机需要宇宙年龄四万亿倍才能破解的问题
- 12-14 [涨姿势] 新研究揭示了古代“天空圆盘”是如何制造的,粉碎了它是赝品的说法
- 12-14 [涨姿势] 器官芯片显示,眼镜蛇毒液通过血管塌陷而致人死亡
- 12-14 [涨姿势] 2000年前的岩石艺术,包括近140英尺长的蛇,可能标志着哥伦比亚和委内瑞拉的古代领土
- 12-14 [涨姿势] 嵌入人类基因组中的“化石病毒”与精神疾病有关
- 12-14 [涨姿势] 美国最新一例人类 H5N1 禽流感病例是第一个引起呼吸道症状的病例
取消回复欢迎 你 发表评论:
- 精品推荐!
-
- 最新文章
- 热门文章
- 热评文章
[影视] 黑道中人 Alto Knights(2025)剧情 犯罪 历史 电影
[古装剧] [七侠五义][全75集][WEB-MP4/76G][国语无字][1080P][焦恩俊经典]
[实用软件] 虚拟手机号 电话 验证码 注册
[电视剧] 安眠书店/你 第五季 You Season 5 (2025) 【全10集】
[电视剧] 棋士(2025) 4K 1080P【全22集】悬疑 犯罪 王宝强 陈明昊
[软件合集] 25年6月5日 精选软件22个
[软件合集] 25年6月4日 精选软件36个
[短剧] 2025年06月04日 精选+付费短剧推荐33部
[短剧] 2025年06月03日 精选+付费短剧推荐25部
[软件合集] 25年6月3日 精选软件44个
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电视剧] 欢乐颂.5部全 (2016-2024)
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[影视] 【稀有资源】香港老片 艺坛照妖镜之96应召名册 (1996)
[剧集] 神经风云(2023)(完结).4K
[剧集] [BT] [TVB] [黑夜彩虹(2003)] [全21集] [粤语中字] [TV-RMVB]
[实用软件] 虚拟手机号 电话 验证码 注册
[资源] B站充电视频合集,包含多位重量级up主,全是大佬真金白银买来的~【99GB】
[影视] 内地绝版高清录像带 [mpg]
[书籍] 古今奇书禁书三教九流资料大合集 猎奇必备珍藏资源PDF版 1.14G
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电影] 美国队长4 4K原盘REMUX 杜比视界 内封简繁英双语字幕 49G
[电影] 死神来了(1-6)大合集!
[软件合集] 25年05月13日 精选软件16个
[精品软件] 25年05月15日 精选软件18个
[绝版资源] 南与北 第1-2季 合集 North and South (1985) /美国/豆瓣: 8.8[1080P][中文字幕]
[软件] 25年05月14日 精选软件57个
[短剧] 2025年05月14日 精选+付费短剧推荐39部
[短剧] 2025年05月15日 精选+付费短剧推荐36部
- 最新评论
-
- 热门tag