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.
我希望能够在用户上传文件时读取文件,即我想从用户的浏览器读取传入的字节流.. Mochiweb 可以吗?如果没有,我需要在哪里查看/修改?
如果 Yaws 上存在其他更容易的东西,那也很棒。谢谢。
是的。
Mochiweb 都是相当低级的,所以你可以很容易地访问它。
检查mochiweb_request模块。mochiweb_request:stream_body/3可能是你所追求的。不确定它如何处理作为多部分请求发送的文件附件,但这应该不难弄清楚。
mochiweb_request
mochiweb_request:stream_body/3