File drop area component in details pane template allows users to add one or more files to an entry.

{{#if editable}}
	{{entry-file-drop legacyController=legacyController editModel=editModel}}
{{/if}}
CODE