diff --git a/php_upload/upload.php b/php_upload/upload.php index 83b79e7..ecd0d41 100644 --- a/php_upload/upload.php +++ b/php_upload/upload.php @@ -3,77 +3,239 @@ - Test Upload - - + Advanced File Upload + + + + + + + + +
+ +
+
-

Upload a Large File

+

Advanced File Upload

+ The file has been uploaded successfully. + View File +
'; + } else { + // Return the error message + echo ''; + } + } else { + // Handle upload errors + echo ''; + } + // Terminate the script to prevent the rest of the page from rendering during AJAX + exit; + } + ?> + + -

Maximum Upload Size:

-

Maximum POST Size:

-

Maximum Execution Time: seconds

-

Memory Limit:

+ -
" method="post" enctype="multipart/form-data"> -
- - + +
+ +
- + -
+
-
+ +
+ Upload Speed: 0 B/s +
- document.getElementById('uploadStatus').innerHTML = 'The file " . basename($_FILES["fileToUpload"]["name"]) . " has been uploaded.';"; - } else { - echo ""; - } - } - ?> +
- - - + + - + \ No newline at end of file