furtivevole
Technical User
My user wants to search the network for a file (in the context of an html form) and then store its path without immediately uploading it. Is there a way just to show a client-side browser? thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<input type=file name="myfilepath" OnChange="document.formname.hiddenfieldname.value=this.value; this.disabled=true;"