Skip to content

Instantly share code, notes, and snippets.

@suthagar23
Last active June 10, 2017 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suthagar23/77518b7e334fefaeba012a5d003ec7e4 to your computer and use it in GitHub Desktop.
Save suthagar23/77518b7e334fefaeba012a5d003ec7e4 to your computer and use it in GitHub Desktop.
ModulemanageOWA-FileUpload
<form name="myForm" enctype="multipart/form-data">
<table class="display" style="border: 0px; widtd: 80%;">
<tr style="border: 0px;">
<th style="border: 0px;">
<input type="file" ngf-select ng-model="myFile" file-model="myFile" name="file" file="file"
accept=".omod" ngf-max-size="10MB" required
ngf-model-invalid="errorFile" style="border: 0px;">
</th>
<th ng-show="myFile" style="border: 0px;">
<button ng-click="myFile = null" ng-show="myFile">Remove</button>
</th>
</tr>
</table>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment