无法使用Angular.js在Safari中上传文件

时间:2016-09-03 07:13:13

标签: javascript angularjs ng-file-upload

我无法使用Angular.js中的enctype: 'multipart/form-data' 使用win-7+safari上传文件。我在下面解释我的代码。

ng-file-upload

从驱动器中选择后,我无法显示图像。在这里我需要用户选择它应该在图像标签中显示的图像。它在除<div ng-repeat="mul in mulImage"> <input type="file" class="filestyle form-control" data-size="lg" name="upload_{{$index}}" id="bannerimage_{{$index}}" ng-model="mul.image" ngf-pattern="'image/*'" accept="image/*" ngf-max-size="2MB" ngf-select="onFileSelect1($index);"> <img ngf-thumbnail="mul.image" name="pro" border="0" style="width:32px; height:32px; border:#808080 1px solid;" ng-if="mul.image !=null"> </div> 以外的所有浏览器中都有效。

1 个答案:

答案 0 :(得分:0)

您是否拥有此文件的权利? Mayby这就是你无法访问它们的原因吗?

您的上传服务器端是什么?任何代码?