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.
我一直在用 Django 阅读 CDN。目前我打算使用 CDN 来存储我的静态文件。但是,我也想将用户上传的图像/视频存储在 CDN 上。
我是 Web 开发的新手,因此将 CDN 用于用户媒体是正确的选择吗?如果不是,那么存储用户上传文件的更好选择是什么?
谢谢。