mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
parent
cbeb32808a
commit
d6d14b4170
1 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,17 @@ else
|
|||
<vc:icon symbol="info" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@if (Model.StorageConfigured)
|
||||
{
|
||||
<form asp-action="CreateFiles" method="post" enctype="multipart/form-data">
|
||||
<div class="d-flex">
|
||||
<input multiple type="file" class="form-control mb-3" name="files" id="files" required>
|
||||
<button class="btn btn-primary mb-3 ms-3" role="button">Upload</button>
|
||||
</div>
|
||||
</form>
|
||||
}
|
||||
|
||||
@if (Model.DirectUrlByFiles is { Count: > 0 })
|
||||
{
|
||||
foreach (var fileUrlPair in Model.DirectUrlByFiles)
|
||||
|
|
Loading…
Add table
Reference in a new issue