-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
bugfeature: transfers[WIP] Any uploading / downloading matters that aren't auto upload or sync specific[WIP] Any uploading / downloading matters that aren't auto upload or sync specifichotspot: filename handling
Description
⚠️ Before posting ⚠️
- This is a bug, not a question or an enhancement.
- I've searched for similar issues and didn't find a duplicate.
- I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- I agree to follow Nextcloud's Code of Conduct.
Steps to reproduce
- navigate to a folder that you can uploada file
- select a file to upload
- goto upload screen (paused). FILE.JPG will now be FILE.jpg waiting to upload
- this will create a duplicate file if you uploaded file previously
Expected behaviour
case of file extension should remain the same as stored on android device..JPG stays .JPG (uppercase) and not .jpg (lowercase)
Actual behaviour
file extension is changed to lowercase. .JPG (uppercase) is being sent .jpg (lowercase).
files uploaded before as KIMG0001.JPG are now uploading and creating duplicates files named like KIMG0001.jpg.
this is duplicated on 10,000+ images and files ...
Android version
12
Device brand and model
kyocera
Stock or custom OS?
Stock
Nextcloud android app version
3.31.4
Nextcloud server version
31.0.5
Using a reverse proxy?
No
Android logs
No response
Server error logs
Additional information
No response
LeoDJ and stephgosling
Metadata
Metadata
Assignees
Labels
bugfeature: transfers[WIP] Any uploading / downloading matters that aren't auto upload or sync specific[WIP] Any uploading / downloading matters that aren't auto upload or sync specifichotspot: filename handling