This is a rewrite of the file upload example from Wicket. Here we demonstrate how to do single and multi file upload. Also how to download files using links and downloading files from submit buttons with GuiService.get().offerDownload().

File Upload

The maximum file size of a single upload is: 90k!

Multi File Upload

The maximum size of uploading several files is: 100k!