问题标签 [ng-flow]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
22 浏览

java - 使用 ng-flow 上传多个文件

我们的应用程序使用 ng-flow 来上传文件。当我们尝试上传多个文件时,它会为每个文件进行单独的后端调用。因此,如果我们上传 100 个文件,则会进行 100 次后端服务调用。有没有办法将数组或文件列表发送到控制器?

下面是代码片段:

MVC 控制器:

有没有办法通过 ng-flow 在请求中获取 List 或 MultipartFile[]?

0 投票
1 回答
21 浏览

angular - 我正在尝试使用流程在 Angular 中实现图像预览,但无法获得它

  • blobImage 变量包含图像的 base64 字符串。
  • 我错过了什么或语法错误吗?