logo
This commit is contained in:
parent
f571c2bca7
commit
6389b6c1b8
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>Stream Upload</title>
|
||||
<link rel="icon" href="streamupload.png">
|
||||
<script>
|
||||
function respond(){
|
||||
const feedback = document.getElementById('response');
|
||||
|
||||
BIN
uploadpage/streamupload.png
Normal file
BIN
uploadpage/streamupload.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
@ -27,6 +27,7 @@ $file=$dir.$name.'.upload';
|
||||
print('<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<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;">
|
||||
<h3>Encoding</h3>
|
||||
File: '.$upload);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user