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.
如何在 opa 服务器中上传文件?是否可以将文件存储在 opa 数据库中,还是必须将其复制到文件系统中?
stdlib.io 模块似乎不提供存储文件的能力。
谢谢
你应该看看上传小部件: http ://doc.opalang.org/api/#upload.opa.html/!/value_stdlib.upload
通过process回调,您可以决定将文件存储在 opa 数据库中。
process