如何在N2O Erlang中上传图像

时间:2019-01-28 20:35:44

标签: erlang image-uploading nitrogen n2o

我正在erlang n2o Web框架中设置新服务器,并想使用#upload上传图像。如何使用上传事件。

1 个答案:

答案 0 :(得分: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);
};