Uploading Excel File in MVC using angularjs. HttpPostedFileBase is empty
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to upload an excel file in mvc using angular js. Following is my view code: <div class="browsebtn" ng-controller = "serviceablectrlr"><input type="file" id="dataFile" name="uploadFile" data-max-size="2097152" accept=".xls, .xlsx" onclick="$('#fileError').hide();" /> </div> <input id="btnUploadExcel" type="button" value="Upload" ng-click="UploadConfirmation()" class="btn btn-yellow" /> Following is my controller Code : var app = angular.module('ProductCatalog'); app.controller('serviceablectrlr', function ($scope, $http) { var