Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <form name="myForm">
  2. Picture & Resume: <input type="file" ngf-select=""
  3. ng-model="picFile" name="file" ngf-pattern="'image/*,application/pdf'">
  4. <br>
  5.  
  6. <button ng-disabled="!myForm.$valid" ng-click="uploadPic(picFile)">Submit</button>
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement