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 '
+ Sorry, there was an error uploading your file.
+
';
+ }
+ } else {
+ // Handle upload errors
+ echo '
+ No file uploaded or there was an upload error.
+
';
+ }
+ // 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:
+
+ - Maximum Upload Size:
+ - Maximum POST Size:
+ - Maximum Execution Time: seconds
+ - Memory Limit:
+
-