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.
目前我正在做一个项目,用户从网站上传视频。我希望为用户上传的视频动态创建一个网页。这是 Youtube 所做的事情。当我们在 Youtube 中上传视频时,它会自动创建一个 URL 来托管上传的视频。
我们如何在 ASP.NET 中做到这一点?
Youtube 不创建任何页面,它已经有该页面(每个视频都相同),并且在加载时填充了指定视频的属性。您应该为上传的视频分配一个新的 id 并在您的页面中引用它:myvideopage.com?videoId=XXX 是 XXX 生成的 id。