danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.59k forks source link

File extension changes when downloading #2101

Closed oisco closed 5 years ago

oisco commented 5 years ago

If I upload a file which has a '.{some extension}' in its name, and download the same file, the file name no longer contains '{.some extension}' and the actual file extension has changed.

For example:

if I upload the following file. image

and then download that same file, the file extension has changed:

image

Tested using Chrome on a Windows laptop.

Has anyone else experienced this issue?

Thanks,

oisco commented 5 years ago

Please disregard the above as the file upload is working as expected (i.e. extension names are not merged)