如何设置选择文件夹路径?

问题描述:

你好,
我想知道是否有任何方法可以选择HTML中的文件夹路径,而不是文件路径.
所以我们有

Hello,
I would like to know if there is any way to select a folder path in HTML, rather that a file path.
so we have

<input type="file" name="BrowseFolder" size=50 onchange="BrowseFolder_OnChange">
</form>



这个选择文件并将文件路径放置在文本框中,但是我想要一个文件夹.



This one selects the file and places the file path in the text box, but i wanted a folder. is there any way this can be done.

否.从理论上讲,您可以允许用户选择一个文件,然后从路径中提取该文件夹.
No. You could, in theory, allow the user to pick a file and then extract the folder from the path.