Browser Folder Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone recommend a browse folder dialog control for ASP.NET (VB)?
I need my web page to allow a user to select a file on their server.
 
Mike,
Can anyone recommend a browse folder dialog control for ASP.NET (VB)?
I need my web page to allow a user to select a file on their server.

And then (what should he do after that)?

Cor
 
Sorry about that.... the user would create a document on their server, then
they would need to login to the application which we are building to

1). the user would locate their purchase request record in the application.
2). browse the directory for the newly created document
3). find it
4). they would click a save button - this would save the actual directory
path to where the document resides on the server.

all newly created documents or modifications would be performed outside the
application.

That's it.
 
Mike,

In my opinion is for what you ask the normal HTML input file control

In VS Studio in the toolbox under HTML File Field

I hope this helps,

Cor
 
Back
Top