! Only administrators can have access to file upload !
- Rename original file
download.phptobackup_download.php - Upload
download.phpfiles to host - Upload
DownloadManagerfolder to host - Give permission 755
DownloadManagerfolder and filedownload.php
Edit default directory on DownloadManager/action.php
$dir = '../Downloads/';
Downloads folder is automatically created
Example structure folder:
- Downloads/*
Personal sub-drirectory
- My-folder-acars
- My-folder-help
- My-folder-planes
Edit default Extension permit on DownloadManager/upload.php
$allowed_extension = array("zip", "rar", "tar.gz", "txt", "doc", "pdf");
Created By Freedomsim-Virtual-Airlines



