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

时间:2022-08-22 20:25:17

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墨水中找到了一个,但它只支持多个文件。

Does anyone know about something like this that supports folder uploading?

有谁知道这样的东西支持文件夹上传?

The website itself is based on PHP.

该网站本身基于PHP。

1 个解决方案

#1


You can do it with an applet, from the same guys you were looking:

您可以使用applet来完成它,来自您正在寻找的同一个人:

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

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

#1


You can do it with an applet, from the same guys you were looking:

您可以使用applet来完成它,来自您正在寻找的同一个人:

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

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