]> git.p6c8.net - jirafeau_project.git/commitdiff
Store filesize before encrypting the file 11/head
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 10 Nov 2024 13:03:40 +0000 (14:03 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 10 Nov 2024 13:03:40 +0000 (14:03 +0100)
This currently applies only for async uploads.

Otherwise we would send the size of the encrypted file and the data of the unencrypted file.
The encrypted file is usually larger than the unencrypted one. So the browser expects more
data and aborts the download because it thinks it didn't receive all the data.


No differences found

patrick-canterino.de