Hi,
I explain my problem:
I create a temporary zip file on the server, which name is something I don't control (PHP does that with tempnam()).
But I want the user to download the file as myProgram.zip
So how can I make the user download the file "gdsug456dg.tmp" as if it was "myProgram.zip"?
The problem is if I create a zip file called myProgram.zip, it won't be scalable (only one user will be able to get the file at once).