You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2021. It is now read-only.
I'm not aware of any problems this is causing (noticed by chance), but if I upload a file that does not have an extension then the "type" field in the (encrypted) metadata is empty.
Server version: 5211339
Browser: Firefox 52.4.0 (64-bit) on Debian
I added || 'application/octet-stream' to L197 in ehuggett@58555a6, and when uploading files with names that do not have an extension this "default" MIME type was used instead
The text was updated successfully, but these errors were encountered:
I'm not aware of any problems this is causing (noticed by chance), but if I upload a file that does not have an extension then the "type" field in the (encrypted) metadata is empty.
Server version: 5211339
Browser: Firefox 52.4.0 (64-bit) on Debian
send/app/fileSender.js
Lines 195 to 197 in 5211339
I added
|| 'application/octet-stream'
to L197 in ehuggett@58555a6, and when uploading files with names that do not have an extension this "default" MIME type was used insteadThe text was updated successfully, but these errors were encountered: