FileField behaviour for upper-/lowercase file extensions

Which SDK and Platform version are you using?

SDK: v13.1.0
Platform: v22.04.0

Current Behavior

When uploading a file using a FileField with a file restriction, it doesnā€™t matter whether the file extension contains uppercase letters or not (e.g.: if the file restriction is ā€œ.geojsonā€ it doesnā€™t matter if the file that will be uploaded has the extension ā€œ.GeoJSONā€). However, when opening the drop-down menu of the FileField the upper-/lowercases do matter. So, in my example I am able to upload the .GeoJSON but Iā€™m unable to select it in the drop-down as itā€™s looking for files that end with ā€œ.geojsonā€.

Expected Behavior

Both the upload and drop-down aspect of the FileField should have similar behaviour: both case-sensitive or not at all.

1 Like

Hi Martijn,

Thank you for reporting. We already had this on our radar and we are working on a fix in the current sprint.

Regards,

Raoul

1 Like