I am creating a web application where user can use browser to execute word/excel/pdf files.
I have used scandir() to show list of files of a folder. Now when the user clicks the link, ie;name of the file(.doc, .xls, .pdf etc), the file should open with corresponding application.
The file should not open in browser. It should open normally with corresponding application.
How can I achieve this ?
I would be grateful if I could get any guidance on it.
Thank you