Versions Compared

Key

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

...

To handle multiple files follow these steps:

  1. Overview of View the flow
  2. Overview of View the runtime application
  3. Configure the connection
  4. Create a multiple file upload
  5. Create a download service
  6. Create a delete service
  7. Create an update meta data service

...

View the flow

The flow of an application handling multiple files could be as follow:

...

View the runtime application

When putting a multiple file upload container on a page, in the standard styling it will be presented as follows:

...

ParameterValue
Connection<connection name>
FileIdFile.Id
CustomMetaDataMeta = File.Meta

...

The previous steps are needed for a simple and complete application. The following services and constructs can be used in more specific situations.

...