Closed wKoza closed 4 years ago
Hi,
I have put
public optionsInput: InputFileOptions = { multiple: true, accept: [MineTypeEnum.All], };
and I have this error over all files this file is not accepted because of its type
Thanks
Hi @ghten ,
Are you sure that you have the last version 8.1.0 in your node_modules. I tested this option in my test application and it's work well.
Yes the version is "@wkoza/ngx-upload": "^8.1.0".
this file is not accepted because of its type File lastModified: 1578575375237 name: "Alpen Key 2020-031.odt" size: 46738 type: "application/vnd.oasis.opendocument.text" webkitRelativePath: ""
I will push the new version of my test application tonight. Keep in touch.
Le jeu. 9 janv. 2020 à 16:25, ghten notifications@github.com a écrit :
Yes the version is "@wkoza/ngx-upload": "^8.1.0",
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/wKoza/ngx-upload/pull/75?email_source=notifications&email_token=ACW777EDAKANMZVNTS6MNGDQ446VDA5CNFSM4KEUYCL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIQVOJY#issuecomment-572610343, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACW777CBUFYHYF6OPSRUTXDQ446VDANCNFSM4KEUYCLQ .
The new version is online : https://ngx-upload.github.io/#/simple-bootstrap
this is the repository : https://github.com/wKoza/ngx-uploader-app
I use the new MineType with the input button (section bootstrap).
it seems good.
Hi,
It's not bootstrap, it's material, I have downloaded again. I have te same error.
Hi,
In bootstrap in your example https://ngx-upload.github.io/#/simple-bootstrap is the same error
error during drop action:
{…}
errorAccept: true
errorMultiple: false
item: File
lastModified: 1565682650710
name: "countries.sql"
size: 18581
type: ""
webkitRelativePath: ""
Thanks
Hi @ghten , Sorry, I'm a little buzzy now. Thank for your report, I'll see that as soon as possible. keep in touch
Hi @ghten , It should be OK with the 8.1.1
Thanks wKoza. I've done tests and it seems that everything is working
closes #74