简体   繁体   English

如何实现递归的拖放文件/文件夹上载?

[英]How can I implement a drag and drop file/folder upload that is recursive?

I am looking for some way to implement a drop box for files and folders to be uploaded to the site. 我正在寻找一种方法来实现将文件和文件夹上载到站点的放置框。 I found one from rad inks , but it only supports multiple files. 我从rad inks中找到了一个,但是它仅支持多个文件。

Does anyone know about something like this that supports folder uploading? 有谁知道支持文件夹上传的类似内容吗?

The website itself is based on PHP. 该网站本身是基于PHP的。

You can do it with an applet, from the same guys you were looking: 您可以使用与您正在寻找的同一个小程序一起使用的applet:

http://www.radinks.com/upload/folder.php http://www.radinks.com/upload/folder.php

Demo: http://www.radinks.com/upload/applet.php 演示: http//www.radinks.com/upload/applet.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM