Upload

Use case: I want to select an XML file from the filestore and use it as  
the content of an instance.

The control to get a file from the filestore is <upload/>

Do we expect the following to work?
    <upload ref="instance('data')" accept="application/xml"/>

Or is a submission the only way:

    <submission resource="file:" serialization="none" replace="instance"  
instance="data"/>

Does this work?

How do you do such things in your implementations?

The section on upload seems not to properly cover this use case.

Steven

Received on Wednesday, 16 January 2019 12:44:21 UTC