create a link to retrieve file for download
Permalink 2 users found helpful$file = File::getByID($fID); $path = $file->getDownloadUrl(); $filename = $file->getFileName();
creates the url fine but cant download the file.
the link i end up with is:http://www.wizardontherun.com/index.php/download_file/9/dev.dadeser...
any help?
