Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File Handling

You want to add upload functionality to your application.

Configurations

in aquima.properties

in messages_en-GB:

Code Block
#fileupload
fileupload.label.single=Add file...
fileupload.label.multi=Add files...
fileupload.description.filesize=Maximum file size is: {0}
fileupload.description.extension=Allowed file extensions are: {0}
fileupload.validation.extension=File type not allowed
fileupload.validation.filesize=File is too large
fileupload.status.succes=File(s) uploaded successfully
fileupload.status.failed=Upload failed because the following file(s) do not meet all conditions:

 

Multiple File Upload

To build this functionality the following steps have to be taken.

...