Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够将一个目录拖到我的浏览器中,并让它在浏览器窗口右侧的文件浏览器部分填充所有文件和子目录及其内容在文件浏览器部分中。
文件浏览器看起来像这样:
任何快速简单的库或代码片段的建议都会很棒!
提前感谢您的帮助!
大家干杯!
这是一个使用 HTML5 的不错的拖放演示。PHP不会真正影响任何事情,因为它是服务器端,而您正在谈论客户端交互。
http://www.html5rocks.com/en/tutorials/file/dndfiles/