emojifs icon indicating copy to clipboard operation
emojifs copied to clipboard

gracefully handle .crdownload and other such temporary files

Open cdanis opened this issue 5 years ago • 0 comments

The current design and implementation works fine if you're cping a file directly, but fails with many errors if you attempt using Chrome to download an image directly into a emojifs directory (for example).

We'd probably need to have some heuristics for recognizing a temporary file, cache their contents locally, and then do the upload to chat-backed storage in rename instead of in release.

cdanis avatar Sep 03 '20 18:09 cdanis