Home  >  Article  >  Backend Development  >  Zend_File上传成功但是找不到文件

Zend_File上传成功但是找不到文件

WBOY
WBOYOriginal
2016-06-23 14:04:35999browse

我用的是Zend_File上传的,isReceived()返回成功了,但是我去目的文件夹就是找不到这个文件,然后更换为move_to...说我无法从c:\windows\temp\xxx.tmp移动到我的目的地,我去c:\windows\temp下没找到这个临时文件也,但是我在本系统中有一个百度的ueditor上传图片就没问题,我想知道这个到底是咋回事啊?


回复讨论(解决方案)

显然是配置上有问题

显然是配置上有问题 给点思路?比如什么地方的配置有问题?只是使用了下Zend-File而已啊,这个不存在配置啊

你看一下这个  http://framework.zend.com/manual/1.9/zh/zend.file.transfer.introduction.html

你看一下这个 http://framework.zend.com/manual/1.9/zh/zend.file.transfer.introduction.html
昨天已经搞定了,我也怀疑方法用错了。之前看到的demo都是用isreceived()判断上传成功与否的,昨天仔细看了下用了receive 发现这个才是。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn