Java org.apache.wicket.markup.html.form.upload FileUpload fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.form.upload FileUpload fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.form.upload FileUpload.

The text is from its open source code.

Constructor

Method

voidcloseStreams()
Close the streams which has been opened when getting the InputStream using #getInputStream() .
voiddelete()
Deletes temp file from disk
byte[]getBytes()
StringgetClientFileName()
StringgetContentType()
InputStreamgetInputStream()
Get an input stream for the file uploaded.
byte[]getMD5()
Get the MD5 checksum.
longgetSize()
voidwriteTo(final File file)
Saves this file upload to a given file on the server side.
FilewriteToTempFile()
Convenience method that copies the input stream returned by #getInputStream() into a temporary file.