Unplanned
Last Updated: 06 May 2019 13:05 by ADMIN
Tayger
Created on: 16 Jul 2018 18:45
Category: Upload
Type: Feature Request
2
Upload feature: Ignore case sensitive extensions
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.
5 comments
ADMIN
Plamen
Posted on: 06 May 2019 13:05
Hi,

We have inspected the issue once again and it seems indeed there is something that is not quite clear. Here is an example where the issue works correctly at our side and here is the video of our test.

Please review it and let me know if your scenario is somehow different or what you are trying to achieve is some different.

Regards,
Plamen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Plamen
Posted on: 30 Apr 2019 05:34
Hello,

Thank you for elaborating the issue - yes we are aware of this difference with RadAsyncUpload. It seems like a nice idea for improvement of the Upload widget. We will do our best to add it yet at the moment can't commit on exact ETA for its implementing.

Regards,
Plamen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
OfficeHeart
Posted on: 23 Apr 2019 06:43

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

Attached Files:
ADMIN
Petar
Posted on: 22 Apr 2019 07:55
Hello OfficeHeart,

Thank you for your feedback. We've tried different scenarios and we are unable to reproduce the reported issue with the RadAsyncUpload.

What I could suggest is to submit a ticket with details how to reproduce the unexpected behavior and we will investigate your scenario. 
Also, are you using the latest version of Telerik UI? If not, could you please update your project to the latest version and check if the issue still exists?   

Looking forward to your ticket. 

Regards,
Petar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
OfficeHeart
Posted on: 15 Apr 2019 07:44
Agree. The RadAsyncUpload is case insensitive for years.