Hi All,
I have a requirement where i wanted the on a link which should provide the open/Save option.
Also i dont want to show any path for audit purposes.
request your help.
Thanks Supriya BV.
The link is quite simple - just link to another page which contains the options. To provide open/save options you need to use PHP or JavaScript (according to your preference).
Try out this one. You could use the HTML5 save and open attribute like so:
<a href="path/to/file" save>Click here to save</a>
Similarly for saving. You can do this with php code too. Hope this helps you. Thnxs.