Sureshkumar,
Hi. Thanks for the reply.
I am using the attribute:
AllowedExtensions=".ahf"
I am seeing it properly excluding the invalid types from upload after they are selected (see below):
That is good.
The problem is, other types are not removed from the selection filter on the select dialog. In fact "*.*" is the default selection. So this creates a poor user experience by suggesting to them they they can pick any file type to up load that they want, but that is not true and it will reject upon validation. That is rudely misleading them.
It did add the "*,ahf" extension to the list, but I wanted it to remove the others so "*.ahf" is the only possible selection and the default selected. (see below)
So I want to be able to remove the options:
All File(*)
*.gif
*.jpg
etc
And only leave:
*.ahf
Is this a bug? If I provide an attribute AllowedExtensions=".ahf" I was expecting only the file types listed in the attribute to be in the filter list.
P.S. I don't want to use the native file input because I want all the other feature of the SyncFusion Uploaded like chunking, pause/resume etc.
Thanks,
Jason