diff --git a/usr/local/www/upload_progress.php b/usr/local/www/upload_progress.php index 5d2ebf4d31..1e11e1ea52 100644 --- a/usr/local/www/upload_progress.php +++ b/usr/local/www/upload_progress.php @@ -50,13 +50,31 @@ $info = uploadprogress_get_info($id); // false is returned if the data isn't found if (!$info) { - echo "Could not locate progress {$id}. Trying again..."; - echo ""; + echo << + + + Could not locate progress {$id}. Trying again... + + +EOF; exit; } if (intval($info['percent']) > "99") { - echo ('< 

 

UPLOAD completed!
'); + echo << + +  

+  

+

+ + UPLOAD completed! + +
+ + +EOF1; exit; }