Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed Oct 2, 2024
1 parent aa53aba commit 0e7b982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ <h5>Chunked Uploads</h5>
<input type="file" id="fileInput" multiple class="form-control mb-2"/>
</div>
<div id="progress-bar"></div>
<br>
<button id="uploadBtn" class="btn btn-primary">Upload Files</button>
<div id="file-list"></div>
</div>
Expand All @@ -34,8 +35,7 @@ <h5>Chunked Uploads</h5>
<h5>Downloads</h5>
</div>
<div class="card-body">
<button id="downloadBtn" class="btn btn-success">Download Files</button>
<div id="download-list" class="mt-2"></div>
<ul id="fileList"></ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 0e7b982

Please sign in to comment.