标签: asp.net webp
我正在尝试将图像上传到Windows服务器。我发现HttpPostedFileBase内容长度远大于原始图像的实际大小。
我的问题是用于上传图片的实际流量,原始尺寸或竞争长度是多少?
答案 0 :(得分:0)
您在ContentLength类中看到的HttpPostedFileBase属性在发布的文件中包含number of bytes。
ContentLength
HttpPostedFileBase
number of bytes
int counts = file.contentlength