php抉择目录

WBOY
WBOYOriginal
2016-06-13 10:45:30800browse

php选择目录
我在做数据备份,我希望在备份时能选择备份到那个目录. 就是出现像上传文件时的对话框然后让我选择目录。

在网上搜了好久 都没有满意的答案 想请教下php能否实现,怎么实现。

------解决方案--------------------
备份在服务器吧?

print_r(glob("*", GLOB_ONLYDIR));即可列出目录,用div层、ajax模拟好了
------解决方案--------------------

探讨

引用:

你这个是服务器端吧???

如果要在客户端的话 你只有自己做个对话框
然后获取到用户最后选择的目录
然后保存


客户端自己做对话框?

------解决方案--------------------
楼主做个下载不就类似吗?将数据备份打个包
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn