开发者

How to send audio and video to database in asp.net?

开发者 https://www.devze.com 2023-03-02 13:50 出处:网络
i want to send audio and video lectures into the table of database...what is开发者_如何学Go the code fortht You probably shouldn\'t be storing that type of data in a database for the following reasons

i want to send audio and video lectures into the table of database...what is开发者_如何学Go the code fortht


You probably shouldn't be storing that type of data in a database for the following reasons:

  • Database size issues
  • Performance issues

The best thing to do would:

  • Upload the video to a private folder
  • Create a database record linking to the physical location of the video file
  • Create a script to serve the file if the user has permission to view it
0

精彩评论

暂无评论...
验证码 换一张
取 消