Crypter-File-Transfer / Crypter

A Blazor WASM web application that offers end-to-end encrypted file and message transfer using Libsodium, Entity Framework, Hangfire, Docker, NUnit, and Mailkit.
https://www.crypter.dev
GNU Affero General Public License v3.0
37 stars 15 forks source link

Increase transfer size to 250 MB in stream-capable browsers #714

Closed Jack-Edwards closed 4 months ago

Jack-Edwards commented 4 months ago

Streamed uploads are working pretty well. Falling back to buffered upload is also working.

An unhandled error sometimes occurs when uploading a large file after a deployment to https://dev.crypter.dev; need to debug that.

Need to polish streamed downloads.