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

Commit

Permalink
HAWKULAR-610 File chooser for add-deployment only accepts .zip by def…
Browse files Browse the repository at this point in the history
…ault on some browsers.
  • Loading branch information
mtho11 committed Sep 17, 2015
1 parent d568977 commit f4c483d
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/zip"
<input fileread="dac.deploymentData.binaryFile" type="file" accept="application/java-archive"
ng-model="dac.deploymentData.filePath" hk-valid-file required
name="deployFile"/>
</div>
Expand Down

0 comments on commit f4c483d

Please sign in to comment.