标签: asp.net
我正在尝试按照以下代码在浏览器中的运行时上上传图片,方法是将其转换为字节
这是代码
buff =(byte [])FileUploadControl.PostedFile.InputSream;