Salve
sto provando ad usare questo script per fare il download di un file
ma non capisco questa riga????

%>
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="refresh" CONTENT="1; URL=hideawayfolder/<% Response.Write Request.QueryString("File") %>">
</HEAD>
<BODY>
<center>
Your download will start in 1 second.

</center>
<%
'change to 3000 or higher if the user don't get the download box.
for i=1 to 2000
next
response.redirect "empty.asp"
'need to do this so the user can't view this code
%>

' Change hideawayfolder to the name of the folder where your files is
' e.g. if u put these files in www.d.com/test
' and your files are in www.d.com/test/filez
' then change the below to .... URL=filez/>% ......

il file che vorrei far scaricare è istruzioni.txt e lo metterei nella cartella manuali
grazie a chi mi aiuta...!