Hi, I'm compiling this part of the code, but as long as I download the data within the 5mb everything works, surpassed that threshold no longer works. Can you help me? here is the code.

Code:
<%@LANGUAGE = VBScript%>
<% ' Recupero il file da scaricare
Dim download, files

if request("tf")=1 then ' file programmazione
files="/public/itcsantagata/programmazione/" & Request.QueryString("file")
...