Browser Folder Control

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.
 
C

Cor Ligthert [MVP]

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
 
G

Guest

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.
 
C

Cor Ligthert [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top