open-imcore / imcore.react

React frontend for the MyMessage API!
GNU Affero General Public License v3.0
5 stars 3 forks source link

[Bug] Files sent from the frontend do not retain their original file names #63

Open sabogalc opened 3 years ago

sabogalc commented 3 years ago

The file in this example is called CL.loc.vcf. When it was sent over MyMessage, its file name was FE942766-2F2C-43BA-9943-A5E600512254 with no file extension. It appears that VCF files cannot be sent over MyMessage (#62). The file was able to send with the correct file name and extension over WebMessage.

https://user-images.githubusercontent.com/53708281/124845207-3727a200-df64-11eb-80a9-3429b23c9237.mp4

https://user-images.githubusercontent.com/53708281/124845208-37c03880-df64-11eb-9aa2-dcdacf64dd05.mp4