Heim  >  Artikel  >  Backend-Entwicklung  >  在新浪云上Ueditor上传图片提示文件保存出错

在新浪云上Ueditor上传图片提示文件保存出错

WBOY
WBOYOriginal
2016-06-23 13:55:221265Durchsuche

在使用ueditor时保存文件出错,在Uploader.class.php文件的

  if ( $this->stateInfo == $this->stateMap[ 0 ] ) {            if ( !move_uploaded_file( $file[ "tmp_name" ] , $this->fullName ) ) {                $this->stateInfo = $this->getStateInfo( "MOVE" );            }        }

处一直提示保存出错,当我直接把$this->fillName改成自己新浪云
上的绝对路径/Public/Uploads/Images/123.jpg时,还是提示文件名保存错误。
实在是不知道怎么解决这个问题了


回复讨论(解决方案)

他有自己的上传组件
move_uploaded_file 不可用了

我这个用的是她内部的代码,不是我写的  只是到了这一步的时候就出错  为什么?

具体可以设置下断点调试,如果是上传的文件错误,
改成http://avatar.csdn.net/E/2/9/1_zy205817.jpg路径试试,
顺便打印$file[ "tmp_name" ]看看。

他提示的一直是文件保存出错
这个在远程怎么调试啊,它是集成在一起的,又不能分开,单独拿出来

新浪云有开发文档,情人这阅读。连接就不贴了,没必要替人家做广告
新浪云文件上传
其中  http://www.oschina.net/question/932809_91373?sort=time 回复三 的代码就是

哦哦  你早点提示就好了 弄的一直老纠结了,一直以为是Ueditor的问题

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:WinInet模拟HTTP的POST请求出错Nächster Artikel:【】导航栏