Can I use asp FileUpload to select a folder?

后端 未结 2 2058
独厮守ぢ
独厮守ぢ 2021-01-22 21:29

I need something like the FileUpload control in asp.net that will allow the user to browse for a folder and enter a file name of a new file to upload.

From what I\'ve se

2条回答
  •  执念已碎
    2021-01-22 21:51

    Selecting an entire folder is not possible in FileUploadControl as it is meant for a single file. Although you can have a Multi File Selection. Multiple File Upload User Control

提交回复
热议问题