Great job, but i wanna know where do the files are located after the upload? hope you will help me
Default temporary-file dir is specified by the system property “java.io.tmpdir”.
You can change it by JVM argument:
java -Djava.io.tmpdir=/path/to/dir
The uploaded file stream will be passed in UploadFinishedHandler.handleFile() when the upload finished.