Versions Compared

Key

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

...

You want to add upload functionality to your application.

Note

Note that IE 9 is not able to handle multiple files. This is doing fine in IE10+, Firefox and Chrome.

 

Configurations

Please configure first the connections in aquima.properties file in the home folder:

Code Block
connection.connection1.memory
connection.connection2.filesystem.path=C:/UploadedFiles/

 

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:

...