是否可以将byte []转换为HttpPostedFile?
System.Web.HttpPostedFile objFile = fileData;
其中fileData是图像的字节数组,给出"无法隐式转换的错误".
.net c#
.net ×1
c# ×1