Open kosich opened 7 years ago
Currently [ng2FileDropSupportedFileTypes] supports only file types, in contrast to <input>'s accept, which supports both types and extensions.
[ng2FileDropSupportedFileTypes]
<input>
accept
Current behavior: its possible to limit files only by file type
Expected: single attribute to support both file types and file extensions
-- thanks for the plugin! --
Currently
[ng2FileDropSupportedFileTypes]
supports only file types, in contrast to<input>
'saccept
, which supports both types and extensions.Current behavior: its possible to limit files only by file type
Expected: single attribute to support both file types and file extensions
-- thanks for the plugin! --