在快捷方式文件夹中的codeigniter中上传文件

时间:2017-02-13 11:59:25

标签: php codeigniter file-upload

这不是我第一次使用CI进行文件上传。但是在这种特殊情况下,我想将图像或文件上传到项目根目录下创建的快捷方式文件夹。这是我的项目根在下面的图像中的样子: hierarchy of document root

基本上我一直在尝试做的是使用php filesystem 函数is_dir('goku') goku是快捷方式文件夹,如上图所示链接到C:\ Users \ Name \ Desktop )如果 true ,则在其中创建一个子文件夹,并将图像或文件插入该子文件夹中。但是,我没有找到任何方法使快捷方式文件夹识别为目录并返回文件上载错误 - The upload path does not appear to be valid。上传在其他文件夹上工作正常。我知道php没有将快捷方式文件夹识别为目录,因为在运行is_dir('goku')时会返回 false 。我已经完成了所有可能的解决方案,但现在又回到了我开始的地方。任何有用的提示都非常感谢。谢谢!!!

1 个答案:

答案 0 :(得分:0)

使用库Codeigniter

library upload single file and multi file

轻松上传。