See Post Deployment | docs.camunda.org
The binary data to create the deployment resource. It is possible to
have more than one form part with different form part names for the
binary data to create a deployment.
I wonder why this is required, this stops you from building a simple form using
<input type="file" name="models" multiple>
as then all files have the same name. Only one is deployed then.
Would this make a feature request or is there some reasoning behind the current design I did not spot?
Cheers
Bernd