Associates a file name with the contents that get sent back to
the client.
Parameters:
name -
A string object representing the file name.
When this function is called the HTTP response header has a
"Content-Disposition: filename="..."".
This gives a hint to the browser on how to choose a file name
for the contents that it gets.