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.
Webinar: Vaadin Trainings sneak peek
Vaadin Trainings is the best way to learn about Vaadin (https://vaadin.com/training) but what do you actually learn at a training? Join this webinar by trainers Sebastian Nyholm and Thomas Mattsson for a sneak peek into the trainings.
Webinar takes place on Thursday April 28, 2016 @ 2PM CEST
See https://vaadin.com/webinars for other past and upcoming webinars.
You can post your questions below, thank you!
How to implement the file upload process without using a tempory location in the server
Hi everyone! If you have any questions about our trainings, we'll be more than happy to help.
Chathura, you can keep the file contents in the memory by uploading to a byte array stream, and just keeping that in memory.