I am building a dashboard which is similar to the workflow on Windows’ Control Panel - Install/Uninstall Programs. I have successfully managed to build the uninstall part (see below)
This sections needs a browse button which accepts an exe file or any file for now
Gets the path of the file
Installs the file using the path when a button is clicked.
From the forums I found out that a file can be uploaded to server with universal dashboard but one cannot get the corresponding file path in the computer. So I require your assistance in completing this work. If you require any more details, I am ready to type it out.