Forum Moderators: phranque
deliver.pl checks for a code, this code is only one hour valid, and delivers the file
In this perl script is to deliver a zip
print "Content-type: application/x-zip\n$deliverfile";
The variable $deliverfile contains the content of the ZIP file
But there is the message box
______________________________________
Do You want to open or store the file?
deliver.pl
______________________________________
But I do not want, that the file is stored as deliver.pl,
I want to give a name like "example.zip"
Any ideas to solve the problem?