<div id="content"> <button style="background-color:"red" ng-click="Data()"><span style="color:white">Browse</span></button> <span id="re" ng-show="(Name!='')">{{Name}}</span> <span ng-show="(Name=='')">No file selected</span> </div> <p ng-show="(Message)" style="color:red;margin-left:-50px;">Please Select a File</p> <p ng-show="mageSize" style="color:red;margin-left:-50px;">Please Select the Image Max Size of 1 MB </p> <p ng-show="FormatMessage" style="color:red;margin-left:-90px;">Please Select a Valid File - .jpg </p> </div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)