正在 AngularJS 中上传文件而没有提交按钮

Uploading File in AngularJS without submit button

在没有提交按钮的情况下提交文件时,angularjs 中的最佳做法是什么。 这是我的示例代码。

<form method="post" enctype="multipart/form-data" action="">
   <input type="file" name="file">
</form>

我已经尝试过使用 onchange,也非常有用,但我想要的是在选择文件后它会进行 ajax 调用(没有提交按钮)。

我已经为它使用了 ngpload 模块。

ngpload

请参考link中的文档,这一定会对你有很大帮助