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

Compare with Current View Page History

« Previous Version 3 Next »

Step-by-step guide

 

Goal

You want to add upload functionality to your application.

Ingredients

...

  • AQ_File_Upload container
  • AQ_File_Download container
  • AQ_File_Delete

Recipe

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

  • 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
  • Create an entity 'File'.
  • Create a container of type AQ_File_Upload with the following parameters:

    ParameterValue
    Connectionconnection1
    PersistenceTemporary
      
  • xxxxxx

 

 

 

 

 

  • No labels