我只想让用户选择文件夹路径。
例如:
用户选择“D:/example/”文件夹。
然后,我将'D:/example/‘保存到我的数据库中。
<input type='file'> doesnt work for me . I just need folder path
我该怎么做呢?
编辑:
但这不是我的问题。它列出了目录。
我只想要类似d:/ asd / user pick asd folder on d的文件夹路径。
所以我将我的数据库保存到'd:/asd/‘.just
我不知道怎样才能解释得更多。
我想使用TinyMCE进行文本编辑。我的文件夹结构就像..。
|------- css <-- here I keep all the css files of my website.
|------- js <-- here I keep all the javascripts of my website.
|------- img <-- here I keep all the images of my website.
|------- index.php <-- It is my index page in website root
|------- admin