nije me bilo dugo na forumu i evo domah sa pitanjem
imam ovaj komad koda:
$fileName = $datoteka;
$fileLocation = 'replays/files/';
header("Content-Description: File Transfer");
header('Content-Type: application/force-download');
header('Content-Length: ' . filesize($fileLocation . $fileName));
header('Content-Disposition: attachment; filename=' . $fileName);
header("Content-Transfer-Encoding: binary");[/color]
i sve OK, nađe datoteku, krene download i iz svake skine 10.5kB
i tako stalno; u čem bi mogla bit frka?
hvala!