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 文件的 Web 应用程序。当用户单击“保存”按钮时,我想永久保存这些文件。
最好将这些文件保存在数据库或文件系统中?是否有任何文件存储框架?
谢谢。