@duonglei wrote:
I use input html form like this:
<input id="myAttachment" type="file" name="file" ng-model="attachFiles" onchange="angular.element(this).scope().onFileSystemChange(this)" multiple accept="image/*,video/*">
everything works fine except the multiple attribute. I couldnt find a way to be able to select multiple file, it keep making me select single file.
Does anyone have solution for this ?
Thank you very much.
Posts: 4
Participants: 2