Closed ghten closed 4 years ago
Hi,
Normally, if you don't specify the accept
option, ngx-upload doesn't have to fllter your files; Otherwise, you can add the value value '*' like this:
optionsInput: InputFileOptions = {
multiple: true,
accept: ['*']
};
Hi,
I have this error
Type '"*"' is not assignable to type 'MineTypeEnum'.
Thanks
Indeed, I've just released a new version with this MineType.
Hi,
It is possible in ngx-upload to accept all types of files.
Thanks