Skip to content
Snippets Groups Projects
Commit f1911a1e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Adapt file input name (VPU/Middleware/API#40)

parent 4c6435a3
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class VPUFileUpload extends VPULitElement {
<div id="dropArea">
<form class="my-form">
<p>${this.text || i18n.t('intro')}</p>
<input type="file" id="fileElem" multiple accept="${ifDefined(this.accept)}" name='my_file'>
<input type="file" id="fileElem" multiple accept="${ifDefined(this.accept)}" name='file'>
<label class="button" for="fileElem">${this.buttonLabel || i18n.t('upload-label')}</label>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment