Opening Folder Browse Dialog On Client Side

M

Moshiko

Hi guys,

I am writing a website and I would like to write a user control
(ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
the client.

I do have a user control (a DLL project) that opens the relevant
Dialog box.

I have problems integrating it in my website - I would like users to
use that control (i.e. open and select a folder) from the Web browser.

Please let me know if any of you did something like this before.

Thank you in advance,

Moses
 
C

coolCoder

Hi guys,

I am writing a website and I would like to write a user control
(ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
the client.

I do have a user control (a DLL project) that opens the relevant
Dialog box.

I have problems integrating it in my website - I would like users to
use that control (i.e. open and select a folder) from the Web browser.

Please let me know if any of you did something like this before.

Thank you in advance,

Moses

Hi,

I dont know the details, but cant you use the FileUpload control ? It
has the dialog box built in you are talking about.

Thanks,
coolCoder
 
M

Moshiko

Hi,

I dont know the details, but cant you use the FileUpload control ? It
has the dialog box built in you are talking about.

Thanks,
coolCoder

Sorry, can not use the "File Upload" - I would like my users to pick a
folder and not a specific file.
Unfortunately the "File Upload" allows you to pick a specific file
only.
 

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