Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-610 Changing file chooser type to accept="*/*".
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Sep 21, 2015
1 parent 252528f commit 4e28658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h4 class="modal-title">Add Deployment</h4>
<label class="col-sm-3 control-label">Deployment File</label>

<div class="col-sm-9">
<input fileread="dac.deploymentData.binaryFile" type="file" accept="application/java-archive"
<input fileread="dac.deploymentData.binaryFile" type="file" accept="*/*"
ng-model="dac.deploymentData.filePath" hk-valid-file required
name="deployFile"/>
</div>
Expand Down

0 comments on commit 4e28658

Please sign in to comment.