vb.net - Browse Files Server-side in ASP.NET -


I am creating an ASP.NET web application which is one of our servers to work from a remote location. Using NET wrappers. scheduled task. However, I'm stuck.

The user should be able to browse the file system on the server to get a "file to play" for the new task that is created by the user in this task. I need to get the file path / filename and pass it in the .NET wrapper.

I have tried to use HTMLInputFile, but I have not found any way to do this work for me.

Any help is appreciated.


UPDATE:
For this project, we have decided to do executable list in only one dropdown box to be available to users because they are protected There is no need for total access to the file system specifically.

"post-text" itemprop = "text">

HTMLInputFile is used to browse the client's file system and upload the file to the server. It is not used to browse the server's file system.

You will need something different. To display the server side folder structure to the user through the browser, you will need some server-side code.

An example of the basic implementation of this. Update: Update: is required. So for example "C: \ insetpub \ wwwroot \ uploads" will not work, but "upload" will work.

I hope it goes without saying that there are serious security problems to think about some important implementation such as.


Comments