Case study: We would like to provide pdf files to be downloaded by visitors, but the file location is hidden. Visitors can download file with URL given only. Programming language used is PHP. Analysis: We could make a link directly to the file location. Example: <a href=”myebook.pdf”>Download MyEbook</a> What happen if the link above clicked? [...]


