This commit is contained in:
pepa65 2022-08-29 15:57:20 +07:00
parent f571c2bca7
commit 6389b6c1b8
3 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Stream Upload</title> <title>Stream Upload</title>
<link rel="icon" href="streamupload.png">
<script> <script>
function respond(){ function respond(){
const feedback = document.getElementById('response'); const feedback = document.getElementById('response');

BIN
uploadpage/streamupload.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -27,6 +27,7 @@ $file=$dir.$name.'.upload';
print('<!DOCTYPE html> print('<!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Encoding</title> <title>Encoding</title>
<link rel="icon" href="streamupload.png">
<div style="display:flex; flex-direction:column; justify-content:center; text-align:center; align-items:center; height:95vh;"> <div style="display:flex; flex-direction:column; justify-content:center; text-align:center; align-items:center; height:95vh;">
<h3>Encoding</h3> <h3>Encoding</h3>
File: '.$upload); File: '.$upload);