Bonjour,
J'ai un petit bout de PHP à convertir en ASP, mais je n'ai aucune connaissance en ASP.
Pouvez vous me donner un petit coup de pouce s'il vous plait.
Voici mon code :
<?php
$fichier = "http://127.0.0.1/...";
header("Content-disposition: attachment; filename=Setup.exe");
header("Content-Type: application/octetstream");
header("Content-Transfer-Encoding: binary");
header("Content-Length: 1150388");
header("Pragma: no-cache");
header("Expires: 0");
readfile($fichier);
?>
Merci beaucoup de votre ade.
Bonne journée.
Cordialement,
Kahoerre
Configuration: Windows XP Internet Explorer 7.0