Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将视频添加到本地数据库中的数据表中吗?如果是这样,数据类型是什么。我正在使用文件上传控制器上传视频,我有 3 个字段,标题、类别和描述。这是最佳做法还是有其他/更好的方法?
任何帮助表示赞赏
谢谢
为什么要将整个文件保存到数据库中?您只能将上传视频的路径保存到数据库中,并在需要时从路径中获取。