Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Upload Component and content length
Hi,
I need to allow for large file upload with progress indicator. I use the progress listener, but though the parameters bytesRead and contentLength are defined as long, they behave actually as int, i.e. files with size larger than 2GB report negative size. Is there any workaround or hope for a fix?
I use Vaadin 6.7.4 and Chrome and IE 9 for testing.
Thank you,
Martin
Hi,
have you (or anyone else) been able to find the fix for this issue? I am facing the same problem.
Regards,
Marius
I am encountering the same issue. This happens across Chrome, Firefox, IE & Opera. Was anyone able to find any resolution/workaround? Is this a known bug?