When uploading a file the option "allowedExtensions" cares about the case sensitivity and blocks f.e. a file called "image.PNG" when allowedExtension is set to "png" (lower cased). Expected: Case sensitivity will be ignored or could be activated/deactivated by another option.
Hi Petar,
The RadAsyncUpload is fine. The Kendo Async Upload isn't.
Please find a sample attached. With this validation:
validation: {
allowedExtensions: [".pdf"]
}
It's not possible to upload a file with the extension .PDF (uppercase) and vice versa.
Best regards,
Martin