开发者

Browse folders functionality in asp.net

开发者 https://www.devze.com 2023-03-20 02:21 出处:网络
I need my asp.net web app to enable users to select a folder from the file system and a开发者_高级运维lso from network, to copy the content files to another folder.

I need my asp.net web app to enable users to select a folder from the file system and a开发者_高级运维lso from network, to copy the content files to another folder.

I am not going to use javascript activeX.

Please help as to how to achieve this.

Thanks.


Use the FileUpload control.

Here is a tutorial on how to use it.

The control uses an HTML input type="file", which uses the browser facilities for browsing files on the client machine (which, in turn, can use the facilities provided by the OS, such as a standard file browse dialog).


If you can buy stuff, check out www.telerik.com, they got some very nice controls, one especially for you : File Explorer.

0

精彩评论

暂无评论...
验证码 换一张
取 消