开发者

Where do I store a website's video files?

开发者 https://www.devze.com 2023-02-11 02:31 出处:网络
I want to create a v开发者_开发知识库ideo upload site which allows users to upload videos.Where do I need to store the video content, in db or in a webserver?You\'ll want to store the video content on

I want to create a v开发者_开发知识库ideo upload site which allows users to upload videos. Where do I need to store the video content, in db or in a webserver?


You'll want to store the video content on some sort of web server or storage service (like Amazon S3), then store the URLs (or some other type of pointer) to the videos in a database.

0

精彩评论

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