ahoj lidi..zkousim resit stahovani souboru ze serveru dle http://www.linuxsoft.cz/article.php?id_article=310 a stahuje to jen +-250 bajtu..obrazek/dokumenty/*.* naprosto nepouzitelne..
nevedel by prosim cim to muze byt? diky
<?
$soubor = "31_test.html";
header("Content-Description: File Transfer");
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=\"$soubor\"");
readfile ($soubor);
?>