"Failed to save image")); ; exit; } // Store additional information (modify based on your needs) $image_url = $target_dir . $new_filename; // Update if needed $image_details = [ "name" => $image_name, "size" => $image_size, "extension" => $image_extension, "url" => $image_url, ]; // Use the image details for further processing (e.g., display, store in database) // ... echo json_encode(array('status' => 'Image uploaded successfully!')); ?>