|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Opening Folder Browse Dialog On Client SideHi 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 Moshiko,
Ask in the microsoft.public.dotnet.framework.aspnet newsgroup -- Show quoteHide quoteNewbie Coder (It's just a name) "Moshiko" <sharpinstin***@gmail.com> wrote in message news:ecf7940a-fec3-423b-a284-326aa26c4401@i37g2000hsd.googlegroups.com... > 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 On Nov 21, 9:09 pm, Moshiko <sharpinstin***@gmail.com> wrote:
Show quoteHide quote > Hi guys, Hi,> > 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 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 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If you find this post helpful, please rate it. On Nov 22, 8:15 am, coolCoder <anant.yadunath.kulka***@gmail.com>
wrote: Show quoteHide quote > On Nov 21, 9:09 pm, Moshiko <sharpinstin***@gmail.com> wrote: Sorry, can not use the "File Upload" - I would like my users to pick a> > > > > > > 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 > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > If you find this post helpful, please rate it.- Hide quoted text - > > - Show quoted text - folder and not a specific file. Unfortunately the "File Upload" allows you to pick a specific file only. |
|||||||||||||||||||||||