Allow zip upload #10

Merged
bilal.catic merged 4 commits from allow-zip-upload into development 2018-10-02 17:32:24 +02:00
Showing only changes of commit 9fff6dae9d - Show all commits

View File

@@ -38,7 +38,7 @@
ng-model="files"
ngf-drag-over-class="'dragover'"
ngf-select="uploadFile($file)"
ngf-pattern="'.pdf,.docx,.doc,.xlsx,.xls,.odt,.ods,.png,.jpg,.jpeg'"
ngf-pattern="'.pdf,.docx,.doc,.xlsx,.xls,.odt,.ods,.png,.jpg,.jpeg,.zip'"
ngf-max-size="20MB"
class="drop-box">{{'orders.headers.SELECT_DOCUMENT' | translate}}</div>
</div>