Hi,
Using html file tag I can able to browse the file, but not the folder.
Is there any possible way to browse and select the folder in asp.net?
Anyone please suggest.
Mark Rae [MVP] - 04 Mar 2008 11:33 GMT
> Using html file tag I can able to browse the file, but not the folder.
> Is there any possible way to browse and select the folder in asp.net?
Not natively.
However: http://www.utechsoft.com/products/udownload/webdemo/

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Michael Nemtsev [MVP] - 04 Mar 2008 11:52 GMT
Hello santel,
Actually, u can use the windows control to select folders. and put that control
into asp.net page via object tag
See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
s> Hi,
s>
s> Using html file tag I can able to browse the file, but not the
s> folder. Is there any possible way to browse and select the folder in
s> asp.net? Anyone please suggest.
s>
Mark Rae [MVP] - 04 Mar 2008 12:35 GMT
> See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx
Unless I'm very much mistaken, that will work in IE only...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
bruce barker - 04 Mar 2008 18:00 GMT
also the users will need to add your site to their trusted list and enable
unsafe controls.
-- bruce (sqlwork.com)
> > See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx
>
> Unless I'm very much mistaken, that will work in IE only...
Mark Rae [MVP] - 04 Mar 2008 19:15 GMT
>> > See details there
>> > http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx
[quoted text clipped - 3 lines]
> also the users will need to add your site to their trusted list and enable
> unsafe controls.
Yes indeed - no use for anything other than intranets which use nothing but
IE...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
siccolo - 04 Mar 2008 19:41 GMT
> Hi,
>
> Using html file tag I can able to browse the file, but not the folder.
> Is there any possible way to browse and select the folder in asp.net?
> Anyone please suggest.
you can try to experiment with Scripting.FileSystemObject and
javascript ...
see my article at Custom File Upload at
http://www.siccolo.com/Articles/CodeProject/UploadControl_Javascript/upload_cont
rol.htm
...more at http://www.siccolo.com/articles.asp
siccolo - 05 Mar 2008 01:50 GMT
* http://www.siccolo.com/Articles/CodeProject/UploadControl_Javascript/upload_cont
rol.html