有没有办法在Angular Js中不使用formdata上传文件。我检查了以下链接,但没有帮助:
https://stackoverflow.com/questions/32432299/upload-file-using-jquery-without-using-html5
How to send/ Upload file without using FORMDATA in jquery ajax
How can I upload file in JavaScript and PHP without using FormData
我不想使用任何插件,也不能使用iframe。我想上传单个文件。我有如下创建的服务,我必须传递图像数据。
<input type="file" class="form-control" id="imageUploadfile" name="Imagefile" accept="image/*" />
<input type="button" name="imageUploadButton" ng-click="uploadFiles()" value="Upload" />
UI定义如下:
getView
请求管理员/管理员不要将其标记为重复,因为我已经尝试了大部分链接,但这没有用。
如何在不使用插件,iframe的情况下在AngularJS中上传单个文件,哪个适用于IE 11,Chrome。 感谢