Page 1 of 1

AllowedExtensions how works it?

PostPosted: 26 Jun 2017 16:23
by scoluccia
Hi, I've tried to filter only a pdf files with JQFileUploadOptions.AllowedExtensions.Add('pdf'); but it doesn't work, is there an example or how can I show only pdf files.
Thanks in advance

Re: AllowedExtensions how works it?

PostPosted: 27 Jun 2017 14:11
by Alexander Bulei
Hi scoluccia,

The AllowedExtensions will not filter the files in file select dialog. It will validate on file pick and show the error message.

There is no way to do that.

Best Regards.