Bug fixes file upload and download

This commit is contained in:
2020-04-11 22:47:54 +02:00
parent 91cbe58e09
commit c5c601cffe
5 changed files with 30 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
v29 -> v30:
- Fix a bug in the file upload feature that caused every transaction to have a file, even though no file was uploaded
- Set proper HTTP headers for file download (mime type, length)
v28 -> v29:
- Internal optimizations