Php 如何从服务器选择pdf文件以上载到其他文件夹

Php 如何从服务器选择pdf文件以上载到其他文件夹,php,Php,如何从服务器选择pdf文件以上载到其他文件夹 <form method="post" action="pdf2.php"> <input type="hidden" name="file" value=""> <input type="submit" name="PDF2Image" value="1"> </form> 您无法从服务器上载文件。所以需要将一个文件夹复制到另一个文件夹。多谢各位 复制(文件,到\u文件)您有任何尝试

如何从服务器选择pdf文件以上载到其他文件夹

<form method="post" action="pdf2.php">
    <input type="hidden" name="file" value="">
    <input type="submit" name="PDF2Image" value="1">
</form>

您无法从服务器上载文件。所以需要将一个文件夹复制到另一个文件夹。多谢各位


复制(文件,到\u文件)

您有任何尝试过的代码吗?可能重复