I am looking for a way to open a file when user clicks on the open button on my website.
Basically, I want to define the path to that specific file tha
I have read about it in another post. Try using this:
Download
Where :
path_to_file is either an absolute or relative path, proposed_file_name the filename to save to (can be blank, then defaults to the actual filename).
Hope it helps