AiursoftWeb / Kahla.App

Kahla is a cross-platform business messaging app.
https://www.kahla.app
MIT License
415 stars 85 forks source link

Upload file extension not support upper case #180

Closed ganlvtech closed 5 years ago

ganlvtech commented 5 years ago

https://github.com/AiursoftWeb/Kahla.App/blob/fa8f8718d100f816eca1a35282c790dce713f94a/src/app/Services/UploadService.ts#L143-L160

Uploading 1.jpg is OK, but I cannot upload files such as 1.JPG.

By the way, the code might not the best way to test file extension.

Anduin2017 commented 5 years ago

Good issue indeed. How about using Trim and ToLower method to make it better? @xxyzz