我需要使用 ASP.NET MVC4 EF Code-First 将文件上传到数据库,请问有什么帮助吗?
问问题
1916 次
2 回答
0
http://www.codeproject.com/Articles/225446/Uploading-and-downloading-files-to-from-a-SQL-Serv
Use Google :)
I don't know if you're using razor or aspx, but you should be able to translate it if needed ;)
EDIT: Just realized, it doesn't matter :P
于 2013-01-12T22:01:52.227 回答
0
我从您的问题中了解到,您不能在实体模型中使用 HttpPostedFileBase,因为数据库中没有映射。
如果要使用 HttpPostedFileBase,请创建一个 ViewModel。
于 2013-07-24T11:37:39.547 回答