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.
我有许多不同的文档文件类型应该可供用户下载。这些包括演示文稿、PDF、excel 等。也可能是 mac 文件类型。
如果用户可以在下载之前查看文档,我希望它成为可能。
我四处寻找,但除了扩展特定的帖子外什么也没找到。
任何帮助表示赞赏
向用户呈现内容的三种方式:
前两种方法是通用 HTTP。第三个必须逐个文件类型处理,因为每种内容都需要不同的渲染器。