0

I am setting up a new server in erlang n2o web framework, and want to upload image using #upload. How can I use upload event.

Aaron
  • 1
  • 1

1 Answers1

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);
};
Namdak Tönpa
  • 573
  • 3
  • 10