diff --git a/uploadpage/upload.php b/uploadpage/upload.php index 3a246bb..261caeb 100755 --- a/uploadpage/upload.php +++ b/uploadpage/upload.php @@ -45,10 +45,12 @@ print(' Stream Upload encoding -
+

User: '.$user.'

+
+ +

Encoding

-

For: '.$user.'

-

File: '.$upload.'

'); +

Uploaded '.$upload.'

'); if(preg_match('/20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]T[0-2][0-9]:[0-6][0-9]/', $datetime)===false){ Back('Date/time somehow incorrect: '.$datetime); } @@ -67,7 +69,7 @@ if(!move_uploaded_file($_FILES['file']['tmp_name'], $file)){ Back('Error moving the file'); } -print('

File is now being encoded to '.$name.'.mp4

'); +print('

Streaming '.$name.'.mp4

'); print('

When done, an email will be sent to '.$to.'

'); -Back('Scheduling for '.$date.' at '.$hour.':'.$min.'h on '.$target.''); +Back('Streaming on '.$date.' at '.$hour.':'.$min.'h on '.$target.''); ?>