DmitrMakeev
commited on
Commit
•
481f1de
1
Parent(s):
d4ff5bb
Update se_mes_im2.html
Browse files- se_mes_im2.html +3 -3
se_mes_im2.html
CHANGED
@@ -77,14 +77,14 @@
|
|
77 |
<div id="mediaContainer">
|
78 |
<!-- Media content will be displayed here -->
|
79 |
</div>
|
|
|
|
|
|
|
80 |
<div id="imageUrl" onclick="copyToClipboard(this)">Click to copy URL</div>
|
81 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
82 |
<input type="file" name="file">
|
83 |
<button type="submit">Upload</button>
|
84 |
</form>
|
85 |
-
<div id="progressBarContainer">
|
86 |
-
<div id="progressBar">0%</div>
|
87 |
-
</div>
|
88 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
89 |
<script>
|
90 |
document.getElementById('uploadForm').addEventListener('submit', function(event) {
|
|
|
77 |
<div id="mediaContainer">
|
78 |
<!-- Media content will be displayed here -->
|
79 |
</div>
|
80 |
+
<div id="progressBarContainer">
|
81 |
+
<div id="progressBar">0%</div>
|
82 |
+
</div>
|
83 |
<div id="imageUrl" onclick="copyToClipboard(this)">Click to copy URL</div>
|
84 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
85 |
<input type="file" name="file">
|
86 |
<button type="submit">Upload</button>
|
87 |
</form>
|
|
|
|
|
|
|
88 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
89 |
<script>
|
90 |
document.getElementById('uploadForm').addEventListener('submit', function(event) {
|