You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

You want to add upload functionality to your application.

Step-by-step guide

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

  1. Define a connection name and distinguish whether it should be in memory or on a file system. In this cookbook it will be 'connection1' which uploads files to a file system. The aquima.properties file has to be extended by the following entry:

    connection.connection1.file.path=D:/AQ_File_Upload
  2. Create an entity 'File' in your model.
  3. Create a container of type AQ_File_Upload with the following parameters:

    ParameterValue
    Connectionconnection1
    PersistenceTemporary
      
  4. xxxxxx

 

 

 

 

 

  • No labels