logo
This commit is contained in:
parent
f571c2bca7
commit
6389b6c1b8
@ -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
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>
|
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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user