Hi, I run a small file upload service.
Right now the users are able to directly download the file, however I do not like this.
I want this:
When user clicks on the link ( http://domain.com/upload/files/file.exe), it takes them to, http://domain.com/upload/download.php.
In Download.php
there should be a link to download the file.
I was wondering if this is possible?
|