将图像转换为字节[]
我的 MVC3 应用程序中的某个文件夹中有一个图像。在我的控制器中,如何将该图像转换为字节数组。
I have an image that sits inside some folder in my MVC3 application. In my controller, how do I convert that image into a Byte array.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为它位于控制器内部,所以您可能想要计算相对于根的路径:
and because that's inside a controller you probably want to calculate the path relative to the root: