3
how can i use XOOPS downloader class. i dont know if i am specific with the problem
i am tryng somehting like this
include_once XOOPS_ROOT_PATH."/class/downloader.php";
$mydownload = new XoopsDownloader();
$mydownload->addfile($filepath,$myfile);
$mydownload->download($myfile);
I am not understanding the use of this class to download my file