{% extends admin_base_template %} {% block body %} {{ super() }}

Multiple files upload support, according to OpenAPI 3.0 specification

Hello {{ client_id }},

You can upload files by using the multi-select file upload box (supported in most browsers and Internet Explorer 10+).

Single File is required, for backward compatibility and to pass validation.

The correlationID is optional, but highly recommended to be set to something unique (e.g. GUID).

Only upload interesting(supported) file types in the form below.


Files (Required, supply at least one file to evaluate):
Select files OR drag them into the box below.

{% endblock body %}