File-Upload stops with Error "Ein Fehler ist aufgetreten" - ErrorCode: 611A:JB59

Found the cause:

This is the fix:

return if (inputStream.available() == 0) -1 else inputStream.available().toLong()

Thanks for reporting. Will create an ticket for it tomorrow and provide the mentioned fix.

2 Likes