Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Jan 20, 2024
1 parent a512cbc commit 514196e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/streamio/templates/file_upload.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
}}
<form id="upload_resource_form" method="post" action=".">
<div class="container-fluid">
<input type="hidden" name="source" value="{{ source }}" />
<input type="hidden" name="upload" value="{{ upload }}" />
<input type="hidden" name="name" value="{{ name }}" />
<input type="hidden" name="tags" value="{{ tags }}" />
<input type="hidden" name="source" value="{{ source }}" >
<input type="hidden" name="upload" value="{{ upload }}" >
<input type="hidden" name="name" value="{{ name }}" >
<input type="hidden" name="tags" value="{{ tags }}" >
<fieldset class="w-100 m-0 p-0 border-0">
<input type="file" name="streamiofile"/>
<input type="file" name="streamiofile">
</fieldset>
<div class="col bg-secondary p-0 m-3">
<div class="progress bg-primary" style="width: 0%; height: 1em;"></div>
Expand Down

0 comments on commit 514196e

Please sign in to comment.