我在 erlang n2o Web 框架中设置了一个新服务器,并想使用#upload 上传图像。如何使用上传事件。
问问题
129 次
1 回答
0
[1]。https://github.com/synrc/sample/blob/master/src/index.erl#L14
[2]。https://github.com/synrc/sample/blob/master/priv/static/index.htm#L7
$file.progress = function onprogress(offset,total,guid,name) {
console.log(name);
};
于 2019-11-30T03:34:12.800 回答