angularjs - ng-file-drop does not work with 7zip -


when drag file within 7zip drag , drop area, filename appears if successful upload fails upload on submit. prevent having filename appear if it's 7zip or similar. when use demo on https://angular-file-upload.appspot.com/ works expect to. i'm running version 3.2.5

how can prevent filename appearing if it's coming 7zip?

<div data-ng-file-drop class="document-drop-area" data-ng-model="additionaldocumentfiles" data-ng-multiple="true" drag-over-class="{accept:'document-drop-accept', reject:'document-drop-reject', delay:100}">                 drag/drop files here             </div> 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -