Download help

hello
im trying to use a download button to download a pdf file.

on(release)
{
getURL(“resume.pdf”, “_blank”);
}

but this opens the pdf, is there some code to just save it to disk ??